comparison src/core/constants.py @ 2147:bca699faf416

core: added release name in constants + full version
author Goffi <goffi@goffi.org>
date Sun, 12 Feb 2017 19:23:34 +0100
parents 33c8c4973743
children 7cbffd754b4a
comparison
equal deleted inserted replaced
2146:1bb9bf1b4150 2147:bca699faf416
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.7.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_RELEASE_NAME = u'La Commune'
35 APP_URL = u'http://salut-a-toi.org' 36 APP_URL = u'http://salut-a-toi.org'
36 37
37 38
38 ## Runtime ## 39 ## Runtime ##
39 PLUGIN_EXT = "py" 40 PLUGIN_EXT = "py"