Bumping to 0.9.2-2
authorEd Page <eopage@byu.net>
Sat, 9 Jan 2010 17:37:38 +0000 (11:37 -0600)
committerEd Page <eopage@byu.net>
Sat, 9 Jan 2010 17:37:38 +0000 (11:37 -0600)
src/constants.py
support/builddeb.py

index 42944bd..1879ad8 100644 (file)
@@ -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_
index e3d14f2..b378630 100755 (executable)
@@ -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