X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=src%2Fconstants.py;h=539cd0e0e56ecf12ca7447c7b012d4b6e02b027e;hp=54b814f3dbf48f2ae702e8d695b015f37e64d7ed;hb=effb4ac5c89ea815abbdd6b4f996d8d539f7407b;hpb=13e110dc28426fba921730b472a618ba5d51c6f5 diff --git a/src/constants.py b/src/constants.py index 54b814f..539cd0e 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.23" +__version__ = "0.8.24" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)