From a88a8121700c26b3317ce795eb115e2b31935edb Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 1 Dec 2010 19:44:18 -0600 Subject: [PATCH] Marking notes for Qt Release (which hasn't happened yet) --- src/constants.py | 2 +- support/builddeb.py | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/constants.py b/src/constants.py index f16214f..6652c75 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.13" +__version__ = "1.1.90" __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 f800cc6..3228eb3 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,7 +30,12 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fix for bug +* First Qt Release (BETA) +* Access to call cancel +* Divider on contacts +* Condensed history +* Changed SMS Entry letter count style from GV to Nokia +* Tabs are cached between launches """.strip() -- 1.7.9.5