X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=src%2Fconstants.py;h=1879ad8a55061e594a6e3a340c0bdc77dd31df3e;hp=096febee7c43f754ce431bce7ab9545cf0d785cc;hb=ff7c2f291fca8ec9c793875f5d3b8083c0feb0c8;hpb=2b8c6ea724c7073ab8190341e2aeaa38c4441b5e diff --git a/src/constants.py b/src/constants.py index 096febe..1879ad8 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,8 +2,12 @@ import os __pretty_app_name__ = "Gonvert" __app_name__ = "gonvert" -__version__ = "0.2.24" -__build__ = 3 +__version__ = "0.9.2" +__build__ = 2 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert") _user_settings_ = "%s/settings.ini" % _data_path_ +_user_logpath_ = "%s/gonvert.log" % _data_path_ + +PROFILE_STARTUP = False +FORCE_HILDON_LIKE = False