X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=src%2Fconstants.py;h=63cd50188bd4c6d1c8915769bf9c9ce1e7169ba9;hp=1879ad8a55061e594a6e3a340c0bdc77dd31df3e;hb=14f7cdfc86c6e229e2903206a73040e005e748b5;hpb=ff7c2f291fca8ec9c793875f5d3b8083c0feb0c8 diff --git a/src/constants.py b/src/constants.py index 1879ad8..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.2" -__build__ = 2 +__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