X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=src%2Fconstants.py;h=fb52315cff8b4d6dd1e9f755a77faf6c7ceca426;hp=8c580fbbfd6e8541ed21ad665ca67841a4dcee9f;hb=da26e28b58d9f50cd77f3c7fe41925a1579826ab;hpb=9936dca2bafa361942fd36ae53772a5f97f8679b diff --git a/src/constants.py b/src/constants.py index 8c580fb..fb52315 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.7.14" +__version__ = "0.8.22" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") _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"