# HG changeset patch # User Goffi # Date 1410775660 -7200 # Node ID aac1285edcac9f4ea8b0a45acbd7cdf87758f555 # Parent a9bc19e8036b02371bf0e86bc33a8b73d002d2f4 we are in dev version again diff -r a9bc19e8036b -r aac1285edcac src/core/constants.py --- a/src/core/constants.py Thu Sep 11 10:40:28 2014 +0200 +++ b/src/core/constants.py Mon Sep 15 12:07:40 2014 +0200 @@ -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.5.0' # Please add 'D' at the end for dev versions + APP_VERSION = u'0.5.0D' # Please add 'D' at the end for dev versions APP_URL = 'http://salut-a-toi.org'