From aef59e80715c0eba314b3e3d7ddfb644aca8bc64 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 22 Jan 2010 20:34:15 -0600 Subject: [PATCH] Bump to 0.7.0-1 to fix the timeout issue accidently introduced when switching from milliseconds to seconds --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 9374a42..f36b751 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "Telepathy-TheOneRing" __app_name__ = "telepathy-theonering" __version__ = "0.7.0" -__build__ = 0 +__build__ = 1 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") _user_settings_ = "%s/settings.ini" % _data_path_ -- 1.7.9.5