diff 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
line wrap: on
line diff
--- a/src/core/constants.py	Sun Feb 12 19:08:52 2017 +0100
+++ b/src/core/constants.py	Sun Feb 12 19:23:34 2017 +0100
@@ -32,6 +32,7 @@
     APP_NAME_FILE = u'sat'
     APP_NAME_FULL = u'%s (%s)' % (APP_NAME_SHORT, APP_NAME)
     APP_VERSION = u'0.7.0D'  # Please add 'D' at the end for dev versions
+    APP_RELEASE_NAME = u'La Commune'
     APP_URL = u'http://salut-a-toi.org'