From 856140806427c34d2131682926e3563457e9135b Mon Sep 17 00:00:00 2001 From: epage Date: Sat, 12 Dec 2009 05:26:54 +0000 Subject: [PATCH] Major version bump git-svn-id: file:///svnroot/gc-dialer/trunk@583 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- src/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.py b/src/constants.py index a4b2baf..02517af 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,8 +2,8 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.0.8" -__build__ = 7 +__version__ = "1.0.9" +__build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral") _user_settings_ = "%s/settings.ini" % _data_path_ -- 1.7.9.5