Bumping to 0.1.0-5
authorEd Page <eopage@byu.net>
Wed, 30 Dec 2009 04:55:07 +0000 (22:55 -0600)
committerEd Page <eopage@byu.net>
Wed, 30 Dec 2009 04:55:07 +0000 (22:55 -0600)
src/constants.py

index 5e16531..f78e2c6 100644 (file)
@@ -3,7 +3,7 @@ import os
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
 __version__ = "0.1.0"
-__build__ = 4
+__build__ = 5
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
 _user_settings_ = "%s/settings.ini" % _data_path_