Mercurial > libervia-backend
diff src/core/constants.py @ 1195:aac1285edcac
we are in dev version again
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 15 Sep 2014 12:07:40 +0200 |
parents | a090e5ee83c2 |
children | 008c8ccd5dcc |
line wrap: on
line diff
--- a/src/core/constants.py Thu Sep 11 10:40:28 2014 +0200 +++ b/src/core/constants.py Mon Sep 15 12:07:40 2014 +0200 @@ -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.5.0' # Please add 'D' at the end for dev versions + APP_VERSION = u'0.5.0D' # Please add 'D' at the end for dev versions APP_URL = 'http://salut-a-toi.org'