From: Ed Page Date: Fri, 22 Apr 2011 11:04:35 +0000 (-0500) Subject: Bump to 1.3.3-1 X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=20ab0575639e31c85a3d4c86897041fea745d430 Bump to 1.3.3-1 --- diff --git a/src/constants.py b/src/constants.py index 95d1c0f..4effd49 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" __version__ = "1.3.3" -__build__ = 0 +__build__ = 1 __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 41a4c81..f3381a8 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,8 +30,7 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixing a bug on applying settings -* Disabling PySide support and any associated features (system contacts). It is just too buggy right now. +*Jut hoping to force the maemo.org package system along """.strip() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index 7f7a2a4..7acd395 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ