Mercurial > libervia-backend
changeset 1721:f6533aa7da7a
we are in dev version again
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 07 Dec 2015 13:10:44 +0100 |
parents | 21e6d11615ea |
children | 4308bca92922 |
files | src/core/constants.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/core/constants.py Wed Dec 02 13:20:08 2015 +0100 +++ b/src/core/constants.py Mon Dec 07 13:10:44 2015 +0100 @@ -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.0' # Please add 'D' at the end for dev versions + APP_VERSION = u'0.6.0D' # Please add 'D' at the end for dev versions APP_URL = u'http://salut-a-toi.org'