From: Ed Page Date: Tue, 26 Apr 2011 22:46:58 +0000 (-0500) Subject: Bump to 1.3.4 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=75643b2a5e01ef50e44dcc4e95bbe3fc0575b160 Bump to 1.3.4 --- diff --git a/src/constants.py b/src/constants.py index 4effd49..6205d0a 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.3" -__build__ = 1 +__version__ = "1.3.4" +__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 f3381a8..9f39f93 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,7 +30,7 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -*Jut hoping to force the maemo.org package system along +* Tweaking the history view. Sadly I don't think this improves things for Maemo 4.1 """.strip() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index 7acd395..8ec1a5c 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ