Bump to 0.3.9
authorEd Page <eopage@byu.net>
Mon, 19 Apr 2010 23:54:07 +0000 (18:54 -0500)
committerEd Page <eopage@byu.net>
Mon, 19 Apr 2010 23:54:07 +0000 (18:54 -0500)
src/constants.py
support/builddeb.py
www/gonvert.deb

index 1879ad8..9a5f40d 100644 (file)
@@ -2,8 +2,8 @@ import os
 
 __pretty_app_name__ = "Gonvert"
 __app_name__ = "gonvert"
-__version__ = "0.9.2"
-__build__ = 2
+__version__ = "0.9.3"
+__build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert")
 _user_settings_ = "%s/settings.ini" % _data_path_
index f5bf9c9..4a680eb 100755 (executable)
@@ -19,6 +19,10 @@ __email__ = "anthony@unihedron.com"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.9.3
+* Rotation support through Ctrl+o
+* Switching from scrollbar to panning
+
 0.9.2
 * Added search toggle to the menu
 * Maemo 5: Added sorting to the app menu
index 5dbed45..424d639 100644 (file)
Binary files a/www/gonvert.deb and b/www/gonvert.deb differ