From: Ed Page Date: Wed, 12 Jan 2011 03:56:28 +0000 (-0600) Subject: Bump to 0.8.8 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=1fdbbb4306bc9ca91d55db8f5c0e4fa794e19108;p=nqaap Bump to 0.8.8 --- diff --git a/src/constants.py b/src/constants.py index 3fdc0c3..42423ad 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "nQaap" __app_name__ = "nqaap" -__version__ = "0.8.6" +__version__ = "0.8.8" __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 aec1354..76935ad 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -22,6 +22,8 @@ __email__ = "pengmeister@gmail.com" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +* Cleaning up some of the code +* Making loading old settings more resiliant """.strip() diff --git a/www/nqaap.deb b/www/nqaap.deb index af10ec5..a192e41 100644 Binary files a/www/nqaap.deb and b/www/nqaap.deb differ