diff src/common/constants.py @ 909:e8b133b77aa4

browser, server: update to get compatibility with 0.7-dev (not finished): Q&D update to restore compatibility - version changed to 0.7D - contact list has been modified to be compatible with changes, but it doesn't take profit of improvment yet - messageSend partially work, there is a disconnection and an error in console logs when sending a message - message are not received yet
author Goffi <goffi@goffi.org>
date Tue, 09 Aug 2016 01:07:15 +0200
parents 5264fec78a1d
children 0c0551967bdf
line wrap: on
line diff
--- a/src/common/constants.py	Wed Jul 13 22:45:54 2016 +0200
+++ b/src/common/constants.py	Tue Aug 09 01:07:15 2016 +0200
@@ -25,7 +25,7 @@
 
     # XXX: we don't want to use the APP_VERSION inherited from sat.core.constants version
     #      as we use this version to check that there is not a mismatch with backend
-    APP_VERSION = u'0.6.1'  # Please add 'D' at the end for dev versions
+    APP_VERSION = u'0.7.0D'  # Please add 'D' at the end for dev versions
     LIBERVIA_MAIN_PAGE = "libervia.html"
 
     # MISC