From 5a5e46b6c1137c1dfb122994b0926086a2686100 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 4 Dec 2010 08:48:49 -0600 Subject: [PATCH] Bumping Qt to 1.1.92 --- src/constants.py | 2 +- support/builddeb.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/constants.py b/src/constants.py index e065e04..b62fe81 100644 --- a/src/constants.py +++ b/src/constants.py @@ -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__) diff --git a/support/builddeb.py b/support/builddeb.py index 1e474d7..ecb7d6d 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -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() -- 1.7.9.5