[Lada-commits] [PATCH 3 of 3] tag 2.6.1

Wald Commits scm-commit at wald.intevation.org
Wed Apr 5 16:04:47 CEST 2017


# HG changeset patch
# User Michael Stanko <mstanko at bfs.de>
# Date 1491401076 -7200
# Node ID dc5851d433e8029846419aecfe06b86608b6c3c7
# Parent  ca9bea97b2f4c621b2619c0840bae7a35ad20f50
tag 2.6.1

diff -r ca9bea97b2f4 -r dc5851d433e8 Dockerfile_mini
--- a/Dockerfile_mini	Wed Apr 05 16:04:20 2017 +0200
+++ b/Dockerfile_mini	Wed Apr 05 16:04:36 2017 +0200
@@ -39,7 +39,7 @@
 #
 # compile and minify application
 #
-ENV VERSION=2.4.1
+ENV VERSION=2.6.1
 RUN ./build.sh
 RUN cd /var/www/html && cp -r /tmp/lada-client/lada-client-$VERSION/* .
 
diff -r ca9bea97b2f4 -r dc5851d433e8 app.js
--- a/app.js	Wed Apr 05 16:04:20 2017 +0200
+++ b/app.js	Wed Apr 05 16:04:36 2017 +0200
@@ -89,7 +89,7 @@
         Lada.logintime = '';
         Lada.mst = [];
         Lada.netzbetreiber = [];
-        Lada.clientVersion = '2.6';
+        Lada.clientVersion = '2.6.1';
         Lada.serverVersion = '';
 
         var queryString = document.location.href.split('?')[1];


More information about the Lada-commits mailing list