X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fconstants.py;h=31c0c60a35ccb8e86ff4ac2e5bcbf066d21967e4;hb=c55e65ded424b3e8b70a38aa3a59f10b0bc11f71;hp=8ab84d403f928ffcb70833568d5d1eceec746125;hpb=c74c16c60bb2ac4884bc7cfa39c926f121ecb6a6;p=theonering diff --git a/src/constants.py b/src/constants.py index 8ab84d4..31c0c60 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.8.1" +__version__ = "0.8.5" __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"