view artifacts/src/main/java/org/dive4elements/river/FLYS.java @ 8861:571e5287dfbb

Introduced new FLYS constants class that contains the version number
author gernotbelger
date Fri, 19 Jan 2018 18:46:20 +0100
parents
children 3444c0bcc480
line wrap: on
line source
/** 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"; 
}

http://dive4elements.wald.intevation.org