[Lada-commits] [PATCH 3 of 3] Advance version
Wald Commits
scm-commit at wald.intevation.org
Thu Feb 9 14:31:12 CET 2017
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1486646424 -3600
# Node ID cd51645b79d573e00feb5a15839241b49754d15e
# Parent 062c186582c1c47b4c12ca93c8252fabcd7128b9
Advance version.
diff -r 062c186582c1 -r cd51645b79d5 app.js
--- a/app.js Thu Feb 09 14:19:11 2017 +0100
+++ b/app.js Thu Feb 09 14:20:24 2017 +0100
@@ -89,7 +89,7 @@
Lada.logintime = '';
Lada.mst = [];
Lada.netzbetreiber = [];
- Lada.clientVersion = '2.5';
+ Lada.clientVersion = '2.6-SNAPSHOT';
Lada.serverVersion = '';
var queryString = document.location.href.split('?')[1];
diff -r 062c186582c1 -r cd51645b79d5 custom-vhosts.conf
--- a/custom-vhosts.conf Thu Feb 09 14:19:11 2017 +0100
+++ b/custom-vhosts.conf Thu Feb 09 14:20:24 2017 +0100
@@ -21,7 +21,7 @@
Listen 83
Listen 84
-Define LADA_SERVER_VERSION 2.5
+Define LADA_SERVER_VERSION 2.6-SNAPSHOT
<VirtualHost *:80>
ServerAdmin webmaster at localhost
More information about the Lada-commits
mailing list