# HG changeset patch # User Goffi # Date 1449490244 -3600 # Node ID f6533aa7da7ac61e8663c04ead960a199b8ae1e4 # Parent 21e6d11615eaeb7e03bacf4eb53e5c3c5d54ce08 we are in dev version again diff -r 21e6d11615ea -r f6533aa7da7a src/core/constants.py --- a/src/core/constants.py Wed Dec 02 13:20:08 2015 +0100 +++ b/src/core/constants.py Mon Dec 07 13:10:44 2015 +0100 @@ -31,7 +31,7 @@ APP_NAME_SHORT = u'SàT' APP_NAME_FILE = u'sat' APP_NAME_FULL = u'%s (%s)' % (APP_NAME_SHORT, APP_NAME) - APP_VERSION = u'0.6.0' # Please add 'D' at the end for dev versions + APP_VERSION = u'0.6.0D' # Please add 'D' at the end for dev versions APP_URL = u'http://salut-a-toi.org'