Bump to 1.3.6
authorEd Page <eopage@byu.net>
Fri, 5 Aug 2011 01:49:39 +0000 (20:49 -0500)
committerEd Page <eopage@byu.net>
Fri, 5 Aug 2011 01:49:39 +0000 (20:49 -0500)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index 5256ad2..b9d3c79 100644 (file)
@@ -2,8 +2,8 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.3.5"
-__build__ = 1
+__version__ = "1.3.6"
+__build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
 _user_settings_ = "%s/settings.ini" % _data_path_
index b6be56f..7b904e4 100755 (executable)
@@ -30,7 +30,9 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Adjusting window rotation behavior
+* Adding back in GTalk callback for those who can use it
+* Polishing button sizing and some wording
+* Fixed a bug with alert LED on Maemo 4.1
 """.strip()
 
 
index 47ce922..9c2a9fd 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ