From: Ed Page Date: Fri, 16 Jul 2010 12:34:31 +0000 (-0500) Subject: Bump to 1.0.1-0 X-Git-Url: http://vcs.maemo.org/git/?p=ejpi;a=commitdiff_plain;h=540404d02cff9dd92a4da1cfdd3e56525a6e64e8 Bump to 1.0.1-0 --- diff --git a/src/constants.py b/src/constants.py index ea2f8b6..03e9da9 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,8 +2,8 @@ import os __pretty_app_name__ = "e**(j pi) + 1 = 0" __app_name__ = "ejpi" -__version__ = "1.0.0" -__build__ = 2 +__version__ = "1.0.1" +__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 7c5d39d..5c64185 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -27,7 +27,7 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Port to Qt wtih misc fixes +* Adjusting for Maemo 4.1 support """.strip() diff --git a/www/ejpi.deb b/www/ejpi.deb index d65e1a8..28674c4 100644 Binary files a/www/ejpi.deb and b/www/ejpi.deb differ