Version bump
authorepage <eopage@byu.net>
Sat, 17 Oct 2009 20:59:24 +0000 (20:59 +0000)
committerepage <eopage@byu.net>
Sat, 17 Oct 2009 20:59:24 +0000 (20:59 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@541 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/constants.py

index eaf9c1e..011d141 100644 (file)
@@ -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_