changeset 1195:aac1285edcac

we are in dev version again
author Goffi <goffi@goffi.org>
date Mon, 15 Sep 2014 12:07:40 +0200
parents a9bc19e8036b
children 268278d9aef2
files src/core/constants.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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'