[Lada-commits] [PATCH 1 of 2] Set versions in about dialog to 1.0 for client and server
Wald Commits
scm-commit at wald.intevation.org
Tue Jan 14 12:29:11 CET 2014
# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1389698929 -3600
# Node ID fa2a7a37a2487a8e40ddfa1da062ae2cb2347b93
# Parent 2561d203c77e42502913bd20ba86447168fa8295
Set versions in about dialog to 1.0 for client and server.
diff -r 2561d203c77e -r fa2a7a37a248 app/view/About.js
--- a/app/view/About.js Thu Jan 09 11:30:46 2014 +0100
+++ b/app/view/About.js Tue Jan 14 12:28:49 2014 +0100
@@ -16,8 +16,8 @@
layout: "fit",
initComponent: function() {
- var sver = "0.6.1 (rev. 387)";
- var cver = "0.9 (rev. 434)";
+ var sver = "1.0";
+ var cver = "1.0";
this.buttons = [
{
text: 'Abbrechen',
More information about the Lada-commits
mailing list