1.2.1-1
authorEd Page <eopage@byu.net>
Mon, 3 Jan 2011 18:59:07 +0000 (12:59 -0600)
committerEd Page <eopage@byu.net>
Mon, 3 Jan 2011 18:59:07 +0000 (12:59 -0600)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index 4986349..1c1c65a 100644 (file)
@@ -3,7 +3,7 @@ import os
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
 __version__ = "1.2.1"
-__build__ = 0
+__build__ = 1
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
 _user_settings_ = "%s/settings.ini" % _data_path_
index 596d76e..c9d3759 100755 (executable)
@@ -30,9 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing full screen support
-* Adding back in notification support
-* Fixing a dialog closing bug
+* Properly making the Qt verson mainstream
 """.strip()
 
 
index 80cc119..5e03a02 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ