From: Ed Page Date: Tue, 20 Jul 2010 11:09:55 +0000 (-0500) Subject: Bump to 1.1.9 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=43de78b3d8a72efbfc4e9767b9b2f6bf55870d95;ds=sidebyside Bump to 1.1.9 --- diff --git a/src/constants.py b/src/constants.py index d41e7cd..830b745 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.8" +__version__ = "1.1.9" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) diff --git a/support/builddeb.py b/support/builddeb.py index eb99ebc..d3632d1 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,7 +30,8 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixed a minor packaging issue +* Fixed error when opening a new contacts SMS +* Code cleanup """.strip() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index c37e2cd..8d37ef0 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ