From: Ed Page Date: Fri, 11 Jun 2010 14:22:05 +0000 (-0500) Subject: Bump to 1.1.3 X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=commitdiff_plain;h=989d15b85b8a64aa7b213f165b99001159ae6c1c Bump to 1.1.3 --- diff --git a/src/constants.py b/src/constants.py index 4b80ba6..d7b0d99 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "Gonvert" __app_name__ = "gonvert" -__version__ = "1.1.2" +__version__ = "1.1.3" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert") diff --git a/support/builddeb.py b/support/builddeb.py index bfb7e1d..f0d1c4c 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -19,7 +19,7 @@ __email__ = "anthony@unihedron.com" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Further optimizations +* Adjusting column sizes """.strip() diff --git a/www/gonvert.deb b/www/gonvert.deb index 88221b3..87f4af6 100644 Binary files a/www/gonvert.deb and b/www/gonvert.deb differ