From 1f1a7b0c461adfbc150d44f1ff3c798e84a139f0 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 13 Jan 2010 20:20:27 -0600 Subject: [PATCH] Bump to 0.1.0-14 --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 29b2fbd..41eea5a 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__ = 13 +__build__ = 14 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") _user_settings_ = "%s/settings.ini" % _data_path_ -- 1.7.9.5