Updating changelog and bumping the build
authorEd Page <eopage@byu.net>
Wed, 4 Nov 2009 01:06:40 +0000 (19:06 -0600)
committerEd Page <eopage@byu.net>
Wed, 4 Nov 2009 01:06:40 +0000 (19:06 -0600)
src/constants.py
support/builddeb.py

index eff3dd2..332473b 100644 (file)
@@ -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_
index 092643d..af284ed 100755 (executable)
@@ -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)