Bumping a qt release
authorEd Page <eopage@byu.net>
Thu, 2 Dec 2010 03:29:34 +0000 (21:29 -0600)
committerEd Page <eopage@byu.net>
Thu, 2 Dec 2010 03:29:34 +0000 (21:29 -0600)
src/constants.py
support/builddeb.py

index 6652c75..7adde16 100644 (file)
@@ -3,7 +3,7 @@ import os
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
 __version__ = "1.1.90"
-__build__ = 0
+__build__ = 1
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
 _user_settings_ = "%s/settings.ini" % _data_path_
index faa5e33..a6ecb2e 100755 (executable)
@@ -30,13 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* First Qt Release (BETA)
-* Access to call cancel
-* Divider on various lists (for time ones, tried to balance heavy/light phone users)
-* Condensed history
-* Changed SMS Entry letter count style from GV to Nokia
-* Tabs are cached between launches
-* Display when history/messages tabs where last refreshed
+* Fixing deps
 """.strip()