Bump to 1.2.2
authorEd Page <eopage@byu.net>
Tue, 4 Jan 2011 00:40:31 +0000 (18:40 -0600)
committerEd Page <eopage@byu.net>
Tue, 4 Jan 2011 00:40:31 +0000 (18:40 -0600)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index 1c1c65a..5d6a7aa 100644 (file)
@@ -2,8 +2,8 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.2.1"
-__build__ = 1
+__version__ = "1.2.2"
+__build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
 _user_settings_ = "%s/settings.ini" % _data_path_
index c9d3759..1e78baa 100755 (executable)
@@ -30,7 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Properly making the Qt verson mainstream
+* Fixing a notification bug
 """.strip()
 
 
index 5e03a02..5362f9a 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ