X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=src%2Fconstants.py;h=4999df0b1b9f04839d670e9830963e6f17eefb1d;hp=ff45110c673e18d74c96f9e8bb354a0a8a42cbc5;hb=73ec396935c7602e2740b4a0d7e41cee2e9b6db1;hpb=9d8c4189dfa79bca9569fcf0c72b12cbdb079849 diff --git a/src/constants.py b/src/constants.py index ff45110..4999df0 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" -__build__ = 0 +__version__ = "1.0.1" +__build__ = 2 __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