From: epage Date: Sat, 17 Oct 2009 20:59:24 +0000 (+0000) Subject: Version bump X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=4f89a39f9cd77d3a1e5241526b299f0e466151f2;p=gc-dialer Version bump git-svn-id: file:///svnroot/gc-dialer/trunk@541 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- diff --git a/src/constants.py b/src/constants.py index eaf9c1e..011d141 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__ = 13 +__build__ = 14 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral") _user_settings_ = "%s/settings.ini" % _data_path_