From: Ed Page Date: Fri, 5 Aug 2011 01:49:39 +0000 (-0500) Subject: Bump to 1.3.6 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=b124bd533d432f7e468f2ec9f03c5f19ab5625d1 Bump to 1.3.6 --- diff --git a/src/constants.py b/src/constants.py index 5256ad2..b9d3c79 100644 --- a/src/constants.py +++ b/src/constants.py @@ -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_ diff --git a/support/builddeb.py b/support/builddeb.py index b6be56f..7b904e4 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -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() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index 47ce922..9c2a9fd 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ