Marking notes for Qt Release (which hasn't happened yet)
authorEd Page <eopage@byu.net>
Thu, 2 Dec 2010 01:44:18 +0000 (19:44 -0600)
committerEd Page <eopage@byu.net>
Thu, 2 Dec 2010 01:44:18 +0000 (19:44 -0600)
src/constants.py
support/builddeb.py

index f16214f..6652c75 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
 
 __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__)
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index f800cc6..3228eb3 100755 (executable)
@@ -30,7 +30,12 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-*  Fix for <string> 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()
 
 
 """.strip()