comparison src/core/constants.py @ 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 7f053e1f0b67
children a2bc5089c2eb
comparison
equal deleted inserted replaced
1955:633b5c21aefd 1959:ca5a883f8abe
29 ## Application ## 29 ## Application ##
30 APP_NAME = u'Salut à Toi' 30 APP_NAME = u'Salut à Toi'
31 APP_NAME_SHORT = u'SàT' 31 APP_NAME_SHORT = u'SàT'
32 APP_NAME_FILE = u'sat' 32 APP_NAME_FILE = u'sat'
33 APP_NAME_FULL = u'%s (%s)' % (APP_NAME_SHORT, APP_NAME) 33 APP_NAME_FULL = u'%s (%s)' % (APP_NAME_SHORT, APP_NAME)
34 APP_VERSION = u'0.6.0D' # Please add 'D' at the end for dev versions 34 APP_VERSION = u'0.7.0D' # Please add 'D' at the end for dev versions
35 APP_URL = u'http://salut-a-toi.org' 35 APP_URL = u'http://salut-a-toi.org'
36 36
37 37
38 # Protocol 38 # Protocol
39 XMPP_C2S_PORT = 5222 39 XMPP_C2S_PORT = 5222