From: Ed Page Date: Sat, 23 Jan 2010 20:36:47 +0000 (-0600) Subject: Bump to 0.7.0-3 X-Git-Url: http://git.maemo.org/git/?p=theonering;a=commitdiff_plain;h=06b118811e0732efac6f357616c90be5e39267ed Bump to 0.7.0-3 --- diff --git a/src/constants.py b/src/constants.py index 698a79c..c53efba 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "Telepathy-TheOneRing" __app_name__ = "telepathy-theonering" __version__ = "0.7.0" -__build__ = 2 +__build__ = 3 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") _user_settings_ = "%s/settings.ini" % _data_path_