From: Ed Page Date: Sat, 18 Dec 2010 16:04:15 +0000 (-0600) Subject: Bump to 0.3.13 X-Git-Url: http://vcs.maemo.org/git/?p=multilist;a=commitdiff_plain;h=4bf1360688f46f79f7181123eed0637fd52a1456 Bump to 0.3.13 --- diff --git a/src/constants.py b/src/constants.py index 986bfe6..79ea779 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "Multilist" __app_name__ = "multilist" -__version__ = "0.3.12" +__version__ = "0.3.13" __build__ = 0 _data_path_ = os.path.join(os.path.expanduser("~"), ".multilist") __app_magic__ = 0xdeadbeef diff --git a/support/builddeb.py b/support/builddeb.py index 0171b46..0ab7e4f 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -21,9 +21,8 @@ __email__ = "n800@axique.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -0.3.12 -* Adding some paranoia protection against a problem brought up on t.m.o thread -""" +* Updated the icon to something slightly better +""".strip() __postinstall__ = """#!/bin/sh -e diff --git a/www/multilist.deb b/www/multilist.deb index ff04ca9..f5cfc42 100644 Binary files a/www/multilist.deb and b/www/multilist.deb differ