From: Ed Page Date: Fri, 26 Feb 2010 03:01:00 +0000 (-0600) Subject: Bump 1.1.7 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=9a8f65b5118f73756260e6144450f6273d3ee0ee Bump 1.1.7 --- diff --git a/src/constants.py b/src/constants.py index c4faa2e..586d520 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.1.6" +__version__ = "1.1.7" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral") diff --git a/support/builddeb.py b/support/builddeb.py index 2a62bf3..03a1c54 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,6 +30,8 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +1.1.7 +* Adjusting how numbers are normalized 1.1.6 * Added back in separate call/sms buttons 1.1.5 diff --git a/www/dialcentral.deb b/www/dialcentral.deb index 9ed329a..b5b38b1 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ