From: Ed Page Date: Tue, 9 Nov 2010 00:12:14 +0000 (-0600) Subject: Bump to 0.8.21 X-Git-Url: http://git.maemo.org/git/?p=theonering;a=commitdiff_plain;h=e1953e4e9ca771f000e9e54b05c260c383c00b99 Bump to 0.8.21 --- diff --git a/src/constants.py b/src/constants.py index 63b39fc..15bdff2 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "Telepathy-TheOneRing" __app_name__ = "telepathy-theonering" -__version__ = "0.8.20" +__version__ = "0.8.21" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") diff --git a/support/builddeb.py b/support/builddeb.py index 7d3f514..1e1e089 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -32,7 +32,7 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Fixing GV Contacts +* Fixing unicode support """.strip() diff --git a/www/telepathy-theonering.deb b/www/telepathy-theonering.deb index 5987de4..c26195d 100644 Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ