Bump to 0.3.8-1
authorEd Page <eopage@byu.net>
Thu, 1 Apr 2010 19:19:20 +0000 (14:19 -0500)
committerEd Page <eopage@byu.net>
Thu, 1 Apr 2010 19:19:20 +0000 (14:19 -0500)
src/constants.py
support/builddeb.py
www/multilist.deb

index 8c34c54..78a6c39 100644 (file)
@@ -2,8 +2,8 @@ import os
 
 __pretty_app_name__ = "Multilist"
 __app_name__ = "multilist"
-__version__ = "0.3.7"
-__build__ = 0
+__version__ = "0.3.8"
+__build__ = 1
 _data_path_ = os.path.join(os.path.expanduser("~"), ".multilist")
 __app_magic__ = 0xdeadbeef
 _user_logpath_ = "%s/multilist.log" % _data_path_
index 73ed235..2e575c5 100755 (executable)
@@ -21,6 +21,9 @@ __email__ = "n800@axique.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.3.8
+* Fixed check boxes on Maemo
+
 0.3.7
 * Corrected the bug tracker link
 
index 4ea8460..3478667 100644 (file)
Binary files a/www/multilist.deb and b/www/multilist.deb differ