X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=src%2Fconstants.py;h=5ebd82a549e804a0071754c8768b96b8c34409db;hp=cd22fc6cda2f019060820d36aa8720bba9fec309;hb=d1950514e9b001961190ca888913509c9bb3d999;hpb=7e6e09bb4b2ee36c46874cfe50f741ca0db0cfd1 diff --git a/src/constants.py b/src/constants.py index cd22fc6..5ebd82a 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__ = 7 +__version__ = "0.7.10" +__build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") _user_settings_ = "%s/settings.ini" % _data_path_