[Lada-commits] [PATCH 3 of 4] set version back to 2.6-SNAPSHOT for new release branch 2.6.x

Wald Commits scm-commit at wald.intevation.org
Fri Apr 7 11:32:56 CEST 2017


# HG changeset patch
# User Marco Lechner, Bundesamt fuer Strahlenschutz, SW 2.1 <mlechner at bfs.de>
# Date 1491557471 -7200
# Branch 2.6.x
# Node ID 99843334c43a12e68538abcceb7fbb10c6d25ae6
# Parent  39bdb8eb26dd83ea7745cc25ebc1d2a01f8e5905
set version back to 2.6-SNAPSHOT for new release branch 2.6.x

diff -r 39bdb8eb26dd -r 99843334c43a app.js
--- a/app.js	Fri Apr 07 11:30:02 2017 +0200
+++ b/app.js	Fri Apr 07 11:31:11 2017 +0200
@@ -89,7 +89,7 @@
         Lada.logintime = '';
         Lada.mst = [];
         Lada.netzbetreiber = [];
-        Lada.clientVersion = '2.6.2';
+        Lada.clientVersion = '2.6-SNAPSHOT';
         Lada.serverVersion = '';
 
         var queryString = document.location.href.split('?')[1];
diff -r 39bdb8eb26dd -r 99843334c43a custom-vhosts.conf
--- a/custom-vhosts.conf	Fri Apr 07 11:30:02 2017 +0200
+++ b/custom-vhosts.conf	Fri Apr 07 11:31:11 2017 +0200
@@ -21,7 +21,7 @@
 Listen 83
 Listen 84
 
-Define LADA_SERVER_VERSION 2.6.2
+Define LADA_SERVER_VERSION 2.6-SNAPSHOT
 
 <VirtualHost *:80>
     ServerAdmin webmaster at localhost


More information about the Lada-commits mailing list