changeset 1959:ca5a883f8abe

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".
author Goffi <goffi@goffi.org>
date Sun, 19 Jun 2016 22:22:04 +0200
parents 633b5c21aefd
children 3e168cde7a7d
files src/core/constants.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'