From 28797ce88835698a8052d574f847c7c548da85fa Mon Sep 17 00:00:00 2001 From: epage Date: Mon, 12 Oct 2009 23:50:32 +0000 Subject: [PATCH] Version bump git-svn-id: file:///svnroot/gc-dialer/trunk@520 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 52a0575..1cbddbe 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.7" -__build__ = 7 +__build__ = 8 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral") _user_settings_ = "%s/settings.ini" % _data_path_ -- 1.7.9.5