From: Ed Page Date: Wed, 5 Jan 2011 01:00:52 +0000 (-0600) Subject: Bump to 1.2.6 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=38378fe76a89e15b328b43c8c127a4a8677569dd;p=gc-dialer Bump to 1.2.6 --- diff --git a/src/constants.py b/src/constants.py index fc47da3..0f9ee9e 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.2.5" +__version__ = "1.2.6" __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 534318e..317d86a 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,7 +30,7 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixing a settings load bug +* Fixing the refresh icon for Maemo 5 PR1.2 """.strip() diff --git a/www/dialcentral.deb b/www/dialcentral.deb index d3bb29c..5fc209f 100644 Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ