From: Ed Page Date: Mon, 4 Oct 2010 16:19:22 +0000 (-0500) Subject: Bump to 1.0.3 X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=commitdiff_plain;h=eec2a4737eb651a73c38beb627bc1cc1d62a96b5 Bump to 1.0.3 --- diff --git a/src/constants.py b/src/constants.py index f962652..e34d464 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "Waters of Shiloah" __app_name__ = "watersofshiloah" -__version__ = "1.0.2" +__version__ = "1.0.3" __build__ = 0 __app_magic__ = 0x1AFF5 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) diff --git a/support/builddeb.py b/support/builddeb.py index f1df6f1..e0f0d00 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -27,8 +27,6 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Another Diablo fix -* Fixing a missing graphic """ diff --git a/www/watersofshiloah.deb b/www/watersofshiloah.deb index f858ea0..29b3a2e 100644 Binary files a/www/watersofshiloah.deb and b/www/watersofshiloah.deb differ