File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ public class Daten {
7272
7373 public final static String VERSION = "2.4.0" ; // Version für die Ausgabe (z.B. 2.1.0, kann aber
7474 // auch Zusätze wie "alpha" o.ä. enthalten)
75- public final static String VERSIONID = "2.4.0_00 " ; // VersionsID: Format: "X.Y.Z_MM"; final-Version z.B. 1.4.0_00;
75+ public final static String VERSIONID = "2.4.0_01 " ; // VersionsID: Format: "X.Y.Z_MM"; final-Version z.B. 1.4.0_00;
7676 // beta-Version z.B. 1.4.0_#1 //# is not good, is used in efa.data.Waters
77- public final static String VERSIONRELEASEDATE = "05.04.2024 " ; // Release Date: TT.MM.JJJJ
77+ public final static String VERSIONRELEASEDATE = "10.10.2025 " ; // Release Date: TT.MM.JJJJ
7878 public final static String MAJORVERSION = "2" ;
7979 public final static String PROGRAMMID = "EFA.240" ; // Versions-ID für Wettbewerbsmeldungen
8080 public final static String PROGRAMMID_DRV = "EFADRV.240" ; // Versions-ID für Wettbewerbsmeldungen
81- public final static String COPYRIGHTYEAR = "24 " ; // aktuelles Jahr (Copyright (c) 2001-COPYRIGHTYEAR)
81+ public final static String COPYRIGHTYEAR = "25 " ; // aktuelles Jahr (Copyright (c) 2001-COPYRIGHTYEAR)
8282 public final static int REQUIRED_JAVA_VERSION = 8 ;
8383
8484 // enable/disable development functions for next version
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<efaOnlineUpdate >
3+ <Version >
4+ <VersionID >2.4.0_01</VersionID >
5+ <ReleaseDate >10.10.2025</ReleaseDate >
6+ <DownloadUrl >http://efa.nmichael.de/download/efa240.zip</DownloadUrl >
7+ <DownloadSize >6590962</DownloadSize >
8+ <Changes lang =" de" >
9+ <ChangeItem >Neu: Aktualisierte Wettbewerbsbedingungen fuer LRV Brandenburg</ChangeItem >
10+ <ChangeItem >Bugfix: Kleine Fehlerkorrekturen</ChangeItem >
11+ </Changes >
12+ <Changes lang =" en" >
13+ <ChangeItem >BugFix: Minor Bugfixes</ChangeItem >
14+ </Changes >
15+ </Version >
16+
317 <Version >
418 <VersionID >2.4.0_00</VersionID >
519 <ReleaseDate >05.04.2024</ReleaseDate >
You can’t perform that action at this time.
0 commit comments