Version bump
authorepage <eopage@byu.net>
Thu, 22 Oct 2009 02:26:04 +0000 (02:26 +0000)
committerepage <eopage@byu.net>
Thu, 22 Oct 2009 02:26:04 +0000 (02:26 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@555 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/constants.py

index 2d3cd27..e7dd80a 100644 (file)
@@ -3,7 +3,7 @@ import os
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
 __version__ = "1.0.8"
-__build__ = 0
+__build__ = 1
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral")
 _user_settings_ = "%s/settings.ini" % _data_path_