comparison src/core/constants.py @ 1997:3c92c0b977b5

version update (0.6.1)
author Goffi <goffi@goffi.org>
date Tue, 12 Jul 2016 23:30:13 +0200
parents 2daf7b4c6756
children 99ec7b66daa9
comparison
equal deleted inserted replaced
1996:e1d482386395 1997:3c92c0b977b5
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.6.1' # 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