From 2b8c6ea724c7073ab8190341e2aeaa38c4441b5e Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 3 Nov 2009 19:58:02 -0600 Subject: [PATCH] Version bump --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 332473b..096febe 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__ = 2 +__build__ = 3 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert") _user_settings_ = "%s/settings.ini" % _data_path_ -- 1.7.9.5