From d218bc127b747e9ea80b7a3aa841efbb40b3cb79 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 18 Dec 2010 22:16:36 -0600 Subject: [PATCH] Bumping Qt branch to 1.1.98 --- src/constants.py | 2 +- support/builddeb.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/constants.py b/src/constants.py index 112e676..b6dea3e 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.97" +__version__ = "1.1.98" __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 97f289c..f068d6a 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,9 +30,9 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixed a failed call issue on restart -* Trying to improve support for foreign languages -* Providing more helpful error on failed call +* 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 """.strip() -- 1.7.9.5