[Lada-commits] [PATCH 4 of 4] set version to 2.7-SNAPSHOT for default branch

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


# HG changeset patch
# User Marco Lechner, Bundesamt fuer Strahlenschutz, SW 2.1 <mlechner at bfs.de>
# Date 1491557546 -7200
# Node ID ff5a402cd63d5c0fd27321e59aa4bf7c43d44f89
# Parent  39bdb8eb26dd83ea7745cc25ebc1d2a01f8e5905
set version to 2.7-SNAPSHOT for default branch

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


More information about the Lada-commits mailing list