X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fconstants.py;h=1061cdb2222373247eb89688e3947a51e7a845a6;hb=1c749312535a64904c00bd928ce01ff67ef0ab9a;hp=41eea5a83951284e82eb4e6a94f79923e035a892;hpb=1f1a7b0c461adfbc150d44f1ff3c798e84a139f0;p=theonering diff --git a/src/constants.py b/src/constants.py index 41eea5a..1061cdb 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,8 +2,8 @@ import os __pretty_app_name__ = "Telepathy-TheOneRing" __app_name__ = "telepathy-theonering" -__version__ = "0.1.0" -__build__ = 14 +__version__ = "0.7.5" +__build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") _user_settings_ = "%s/settings.ini" % _data_path_