X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=src%2Fconstants.py;h=fb52315cff8b4d6dd1e9f755a77faf6c7ceca426;hp=698a79c46a3391d322ae213542a580119f8ae323;hb=da26e28b58d9f50cd77f3c7fe41925a1579826ab;hpb=ab8edc77890b467f6533ab3b840f6450eeb64c8d diff --git a/src/constants.py b/src/constants.py index 698a79c..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.0" -__build__ = 2 +__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"