Bumping Qt branch to 1.1.99
authorEd Page <eopage@byu.net>
Sat, 25 Dec 2010 18:25:32 +0000 (12:25 -0600)
committerEd Page <eopage@byu.net>
Sat, 25 Dec 2010 18:25:32 +0000 (12:25 -0600)
src/constants.py
support/builddeb.py

index b6dea3e..164d117 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.1.98"
+__version__ = "1.1.99"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index f068d6a..b47727f 100755 (executable)
@@ -30,9 +30,8 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing a bug where a failed login would cause problems
-* Fixing a bug preventing failed logins to be reported to the user
-* Adding some more detail to the log
+* Removing a small UI annoyance
+* Fixing a bug where a contact doesn't have a phone type specified
 """.strip()