Bump to 0.8.8
authorEd Page <eopage@byu.net>
Wed, 12 Jan 2011 03:56:28 +0000 (21:56 -0600)
committerEd Page <eopage@byu.net>
Wed, 12 Jan 2011 03:56:28 +0000 (21:56 -0600)
src/constants.py
support/builddeb.py
www/nqaap.deb

index 3fdc0c3..42423ad 100644 (file)
@@ -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__)
index aec1354..76935ad 100755 (executable)
@@ -22,6 +22,8 @@ __email__ = "pengmeister@gmail.com"
 __version__ = constants.__version__\r
 __build__ = constants.__build__\r
 __changelog__ = """\r
+* Cleaning up some of the code\r
+* Making loading old settings more resiliant\r
 """.strip()\r
 \r
 \r
index af10ec5..a192e41 100644 (file)
Binary files a/www/nqaap.deb and b/www/nqaap.deb differ