X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=src%2Fconstants.py;h=539cd0e0e56ecf12ca7447c7b012d4b6e02b027e;hp=e6767f5f9597451e788a660c72a46cad7ca21a57;hb=HEAD;hpb=0b0be06b128d20838269b7f31f81b67dca10dada diff --git a/src/constants.py b/src/constants.py index e6767f5..539cd0e 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,11 +2,11 @@ import os __pretty_app_name__ = "Telepathy-TheOneRing" __app_name__ = "telepathy-theonering" -__version__ = "0.1.0" -__build__ = 19 +__version__ = "0.8.24" +__build__ = 0 __app_magic__ = 0xdeadbeef -_data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") +_data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) _user_settings_ = "%s/settings.ini" % _data_path_ _user_logpath_ = "%s/theonering.log" % _data_path_ -_telepathy_protocol_name_ = "sip" +_telepathy_protocol_name_ = "gv" _telepathy_implementation_name_ = "theonering"