Code Version 1.50

This commit is contained in:
2026-09-07 22:22:46 +02:00
parent 174c77a037
commit 1204acaa82
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<groupId>de.x08</groupId> <groupId>de.x08</groupId>
<artifactId>praktiKST</artifactId> <artifactId>praktiKST</artifactId>
<version>1.44.0-nightly</version> <version>1.50.0-nightly</version>
<name>praktiKST</name> <name>praktiKST</name>
@@ -20,14 +20,14 @@ public class ApplicationConstants {
/** /**
* Version shown to the user and used for semantic version comparison. * Version shown to the user and used for semantic version comparison.
*/ */
public static final String APPLICATION_CURRENT_VERSION = "1.44.0"; public static final String APPLICATION_CURRENT_VERSION = "1.50.0";
/** /**
* Legacy numeric representation used only while older update feeds and * Legacy numeric representation used only while older update feeds and
* application versions still exist. * application versions still exist.
*/ */
@Deprecated @Deprecated
public static final double APPLICATION_CURRENTVERSIONNUMBER = 1.44; public static final double APPLICATION_CURRENTVERSIONNUMBER = 1.50;
public static final String VERSIONINFOURLFORUPDATES_KST4CONTEST = "https://kst4contest.hamradioonline.de/kst4ContestVersionInfo.xml"; public static final String VERSIONINFOURLFORUPDATES_KST4CONTEST = "https://kst4contest.hamradioonline.de/kst4ContestVersionInfo.xml";
public static final String VERSIONINFDOWNLOADEDLOCALFILE = "kst4ContestVersionInfo.xml"; public static final String VERSIONINFDOWNLOADEDLOCALFILE = "kst4ContestVersionInfo.xml";