From e442690ed48fc655ff27a6f6a5ddc8a3cd878554 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 26 Dec 2009 18:52:57 -0600 Subject: [PATCH] 0.1.0-4 --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 6218da6..5e16531 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.1.0" -__build__ = 3 +__build__ = 4 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") _user_settings_ = "%s/settings.ini" % _data_path_ -- 1.7.9.5