From: Ed Page Date: Sat, 9 Jan 2010 17:37:38 +0000 (-0600) Subject: Bumping to 0.9.2-2 X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=commitdiff_plain;h=ff7c2f291fca8ec9c793875f5d3b8083c0feb0c8 Bumping to 0.9.2-2 --- diff --git a/src/constants.py b/src/constants.py index 42944bd..1879ad8 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "Gonvert" __app_name__ = "gonvert" __version__ = "0.9.2" -__build__ = 1 +__build__ = 2 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert") _user_settings_ = "%s/settings.ini" % _data_path_ diff --git a/support/builddeb.py b/support/builddeb.py index e3d14f2..b378630 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -22,7 +22,6 @@ __changelog__ = """ 0.9.2 * Added search toggle to the menu * Maemo 5: Added sorting to the app menu -* Bug fix: Made the view area pannable 0.9.1 * Added support for creating generic .deb files