X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=blobdiff_plain;f=src%2Fconstants.py;h=9da8b69fdb4affd755638daaad75f28f41451f7c;hp=ce529ab964d96c734fea6ab9362fbe1991c21c20;hb=d0799512e99e286826e555b6cfa56fc2200c13a5;hpb=89d90bff270529186ce3e4a8b21ba940146ec030 diff --git a/src/constants.py b/src/constants.py index ce529ab..9da8b69 100644 --- a/src/constants.py +++ b/src/constants.py @@ -1,10 +1,11 @@ import os -__pretty_app_name__ = "Mormon Channel" -__app_name__ = "MormonChannel" -__version__ = "0.1.0" +__pretty_app_name__ = "Waters of Shiloah" +__app_name__ = "watersofshiloah" +__version__ = "1.0.4" __build__ = 0 -__app_magic__ = 0xdeadbeef +__app_magic__ = 0x1AFF5 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) _user_settings_ = "%s/settings.ini" % _data_path_ +_cache_path_ = "%s/cache" % _data_path_ _user_logpath_ = "%s/%s.log" % (_data_path_, __app_name__)