Bumping Qt to 1.1.94
authorEd Page <eopage@byu.net>
Wed, 8 Dec 2010 02:40:28 +0000 (20:40 -0600)
committerEd Page <eopage@byu.net>
Wed, 8 Dec 2010 02:40:28 +0000 (20:40 -0600)
src/constants.py
support/builddeb.py

index 6342a08..0b09533 100644 (file)
@@ -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__)
index 157cb9c..2f9decd 100755 (executable)
@@ -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()