From: Ed Page Date: Wed, 4 Nov 2009 01:06:40 +0000 (-0600) Subject: Updating changelog and bumping the build X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=commitdiff_plain;h=5c1f6eae3590601841f11e30d8c6fdbef3a29bf9 Updating changelog and bumping the build --- diff --git a/src/constants.py b/src/constants.py index eff3dd2..332473b 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "Gonvert" __app_name__ = "gonvert" __version__ = "0.2.24" -__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 092643d..af284ed 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -20,6 +20,7 @@ __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ 0.2.24 +* Added Radioactivity and Radiation dose categories. * Added shortcuts for fullscreen * Switched to Find being brought up by CTRL+F * Added Find Previous and Find Next shortcuts (CTRL+P, CTRL+N)