Bumping Qt to 1.1.92
authorEd Page <eopage@byu.net>
Sat, 4 Dec 2010 14:48:49 +0000 (08:48 -0600)
committerEd Page <eopage@byu.net>
Sat, 4 Dec 2010 14:48:49 +0000 (08:48 -0600)
src/constants.py
support/builddeb.py

index e065e04..b62fe81 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.1.91"
+__version__ = "1.1.92"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index 1e474d7..ecb7d6d 100755 (executable)
@@ -30,8 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing a bug with selecting a history or message item
-* Adjusted the categories for history and messages
+* Fixing a bug where a user could collapse the Messages and History section heads
 """.strip()