From 63d31a44eb888f6678319c32e77f501f0a591890 Mon Sep 17 00:00:00 2001 From: epage Date: Sat, 24 Oct 2009 19:55:30 +0000 Subject: [PATCH] Version bump git-svn-id: file:///svnroot/gc-dialer/trunk@566 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index da323ef..25d0576 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" __version__ = "1.0.8" -__build__ = 2 +__build__ = 3 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral") _user_settings_ = "%s/settings.ini" % _data_path_ -- 1.7.9.5