X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=src%2Fconstants.py;h=1879ad8a55061e594a6e3a340c0bdc77dd31df3e;hp=85247c05e32603b6df166009fbd8726afca50fd5;hb=ff7c2f291fca8ec9c793875f5d3b8083c0feb0c8;hpb=e37a5079b925dff50c777623f8803a5baff8dbcc diff --git a/src/constants.py b/src/constants.py index 85247c0..1879ad8 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,9 +2,12 @@ import os __pretty_app_name__ = "Gonvert" __app_name__ = "gonvert" -__version__ = "0.9.0" -__build__ = 6 +__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