From: Ed Page Date: Wed, 2 Feb 2011 01:58:50 +0000 (-0600) Subject: Bump to 0.8.12 X-Git-Url: http://vcs.maemo.org/git/?p=nqaap;a=commitdiff_plain;h=e92cb6b8cede6851ad10b676f019384b693fe0dc Bump to 0.8.12 --- diff --git a/src/constants.py b/src/constants.py index 1170b85..43871fd 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.11" +__version__ = "0.8.12" __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 7f9e557..3b3bb1c 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -22,7 +22,7 @@ __email__ = "pengmeister@gmail.com" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Storing resuming information in utf-8 for non-English file names +* More unicode improvements """.strip() diff --git a/www/nqaap.deb b/www/nqaap.deb index 3f67e2e..706b119 100644 Binary files a/www/nqaap.deb and b/www/nqaap.deb differ