X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=blobdiff_plain;f=src%2Fconstants.py;h=9da8b69fdb4affd755638daaad75f28f41451f7c;hp=bcaa5a9c3576aa38bc8229dc461cf3d145b3f7b5;hb=d0799512e99e286826e555b6cfa56fc2200c13a5;hpb=16b36198292fdb9618d2b568e5cce2e5b3c55198 diff --git a/src/constants.py b/src/constants.py index bcaa5a9..9da8b69 100644 --- a/src/constants.py +++ b/src/constants.py @@ -1,10 +1,11 @@ import os -__pretty_app_name__ = "" -__app_name__ = "" -__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__)