X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=src%2Fconstants.py;h=b78eea1397ae7f3c2a17da97361f9cb640d82f35;hp=f496fa558d45bbf4ed8b47fc4528afe989bf2f5b;hb=a37cb60861bf3c0bd13dab07f54249bd9a36ab20;hpb=6f03734834512a039ea1df273e9046344d4ce5c6 diff --git a/src/constants.py b/src/constants.py index f496fa5..b78eea1 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "Gonvert" __app_name__ = "gonvert" __version__ = "1.0.0" -__build__ = 0 +__build__ = 1 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert") _user_settings_ = "%s/settings.json" % _data_path_