From 744ce27781b6a3f2cb6860e834ac6ff45eb7b663 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 7 Dec 2010 20:40:28 -0600 Subject: [PATCH] Bumping Qt to 1.1.94 --- src/constants.py | 2 +- support/builddeb.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/constants.py b/src/constants.py index 6342a08..0b09533 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.93" +__version__ = "1.1.94" __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 157cb9c..2f9decd 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,8 +30,9 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixing a window title -* Fixing a bug where non-normalized numbers were used, leading to problems +* Sped up contacts download +* Added an About dialog for copyright information +* Added busy notifications """.strip() -- 1.7.9.5