# HG changeset patch # User gernotbelger # Date 1516383980 -3600 # Node ID 571e5287dfbbc80cde1cd709d0a4c573e4dfdfc5 # Parent 28df64078f279b595aed33f133e4336465fab5e2 Introduced new FLYS constants class that contains the version number diff -r 28df64078f27 -r 571e5287dfbb artifacts/src/main/java/org/dive4elements/river/FLYS.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/artifacts/src/main/java/org/dive4elements/river/FLYS.java Fri Jan 19 18:46:20 2018 +0100 @@ -0,0 +1,18 @@ +/** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde + * Software engineering by + * Björnsen Beratende Ingenieure GmbH + * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt + * + * This file is Free Software under the GNU AGPL (>=v3) + * and comes with ABSOLUTELY NO WARRANTY! Check out the + * documentation coming with Dive4Elements River for details. + */ +package org.dive4elements.river; + +/** + * @author Gernot Belger + * + */ +public interface FLYS { + static final String VERSION = "3.3.x"; +} \ No newline at end of file