# HG changeset patch # User Goffi # Date 1466367724 -7200 # Node ID ca5a883f8abed9852a258e3373b8da10603640ea # Parent 633b5c21aefd8ca55e782fa3869bfa224c183835 core: changed versioning schema: before the "D" was meaning "version + modifications", so 0.6.0D was meaning "after the version 0.6.0". Now SàT will follow a more traditional way, so it move to 0.7.0D to say "it's the preparation of the version 0.7.0". diff -r 633b5c21aefd -r ca5a883f8abe src/core/constants.py --- a/src/core/constants.py Tue May 24 22:11:04 2016 +0200 +++ b/src/core/constants.py Sun Jun 19 22:22:04 2016 +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.6.0D' # Please add 'D' at the end for dev versions + APP_VERSION = u'0.7.0D' # Please add 'D' at the end for dev versions APP_URL = u'http://salut-a-toi.org'