Major version bump
authorepage <eopage@byu.net>
Sat, 12 Dec 2009 05:26:54 +0000 (05:26 +0000)
committerepage <eopage@byu.net>
Sat, 12 Dec 2009 05:26:54 +0000 (05:26 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@583 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/constants.py

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