Bumping Qt version 1.1.93
authorEd Page <eopage@byu.net>
Tue, 7 Dec 2010 03:29:25 +0000 (21:29 -0600)
committerEd Page <eopage@byu.net>
Tue, 7 Dec 2010 03:29:25 +0000 (21:29 -0600)
src/constants.py
support/builddeb.py

index b62fe81..6342a08 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.1.92"
+__version__ = "1.1.93"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index ecb7d6d..157cb9c 100755 (executable)
@@ -30,7 +30,8 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing a bug where a user could collapse the Messages and History section heads
+* Fixing a window title
+* Fixing a bug where non-normalized numbers were used, leading to problems
 """.strip()