Bumpting Qt version
authorEd Page <eopage@byu.net>
Fri, 3 Dec 2010 01:29:49 +0000 (19:29 -0600)
committerEd Page <eopage@byu.net>
Fri, 3 Dec 2010 01:29:49 +0000 (19:29 -0600)
src/constants.py
support/builddeb.py

index 7adde16..e065e04 100644 (file)
@@ -2,8 +2,8 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.1.90"
-__build__ = 1
+__version__ = "1.1.91"
+__build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
 _user_settings_ = "%s/settings.ini" % _data_path_
index a6ecb2e..1e474d7 100755 (executable)
@@ -30,7 +30,8 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing deps
+* Fixing a bug with selecting a history or message item
+* Adjusted the categories for history and messages
 """.strip()