Bump to 1.2.0
authorEd Page <eopage@byu.net>
Sat, 1 Jan 2011 01:48:31 +0000 (19:48 -0600)
committerEd Page <eopage@byu.net>
Sat, 1 Jan 2011 01:48:31 +0000 (19:48 -0600)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index b2fa223..39948e8 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.1.99"
+__version__ = "1.2.0"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index 363e853..a3d176e 100755 (executable)
@@ -30,8 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Removing a small UI annoyance
-* Fixing a bug where a contact doesn't have a phone type specified
+* Prepping Qt version of DialCentral for extras
 """.strip()
 
 
index 7eb82eb..809fd56 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ