X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=blobdiff_plain;f=src%2Fconstants.py;h=9da8b69fdb4affd755638daaad75f28f41451f7c;hp=b5ff82035205f450d0477f558d597c90fcebb315;hb=d0799512e99e286826e555b6cfa56fc2200c13a5;hpb=c462d7d29571b363410a50f2243910db900ca532 diff --git a/src/constants.py b/src/constants.py index b5ff820..9da8b69 100644 --- a/src/constants.py +++ b/src/constants.py @@ -1,8 +1,8 @@ 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__)