X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fconstants.py;h=31c0c60a35ccb8e86ff4ac2e5bcbf066d21967e4;hb=c55e65ded424b3e8b70a38aa3a59f10b0bc11f71;hp=d9718c41f47c8953370c6f0dd683aa56131db63a;hpb=6addcd928fd6ec45983fdab7cf945194aa0fb5d0;p=theonering diff --git a/src/constants.py b/src/constants.py index d9718c4..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.7.2" +__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"