X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fconstants.py;h=63cd50188bd4c6d1c8915769bf9c9ce1e7169ba9;hb=14f7cdfc86c6e229e2903206a73040e005e748b5;hp=ff45110c673e18d74c96f9e8bb354a0a8a42cbc5;hpb=9d8c4189dfa79bca9569fcf0c72b12cbdb079849;p=gonvert diff --git a/src/constants.py b/src/constants.py index ff45110..63cd501 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,11 +2,11 @@ import os __pretty_app_name__ = "Gonvert" __app_name__ = "gonvert" -__version__ = "0.9.1" +__version__ = "0.9.3" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert") -_user_settings_ = "%s/settings.ini" % _data_path_ +_user_settings_ = "%s/settings.json" % _data_path_ _user_logpath_ = "%s/gonvert.log" % _data_path_ PROFILE_STARTUP = False