Fixing a Maemo 5 issue
[watersofshiloah] / src / constants.py
index e7239ca..9da8b69 100644 (file)
@@ -1,10 +1,10 @@
 import os
 
 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
 __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_
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
 _user_settings_ = "%s/settings.ini" % _data_path_
 _cache_path_ = "%s/cache" % _data_path_