From 5c1f6eae3590601841f11e30d8c6fdbef3a29bf9 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 3 Nov 2009 19:06:40 -0600 Subject: [PATCH] Updating changelog and bumping the build --- src/constants.py | 2 +- support/builddeb.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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) -- 1.7.9.5