Fixing a Maemo 5 issue
[watersofshiloah] / src / constants.py
index 9559540..9da8b69 100644 (file)
@@ -1,8 +1,8 @@
 import os
 
 import os
 
-__pretty_app_name__ = "Mormon Channel"
-__app_name__ = "mormonchannel"
-__version__ = "1.0.0"
+__pretty_app_name__ = "Waters of Shiloah"
+__app_name__ = "watersofshiloah"
+__version__ = "1.0.4"
 __build__ = 0
 __app_magic__ = 0x1AFF5
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
 __build__ = 0
 __app_magic__ = 0x1AFF5
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)