updated version strings now corrected

This commit is contained in:
Marc Froehlich
2026-09-03 22:31:05 +02:00
parent 79161d2afa
commit 113e843111
2 changed files with 3 additions and 3 deletions
@@ -20,14 +20,14 @@ public class ApplicationConstants {
/**
* Version shown to the user and used for semantic version comparison.
*/
public static final String APPLICATION_CURRENT_VERSION = "1.43";
public static final String APPLICATION_CURRENT_VERSION = "1.431";
/**
* Legacy numeric representation used only while older update feeds and
* application versions still exist.
*/
@Deprecated
public static final double APPLICATION_CURRENTVERSIONNUMBER = 1.43;
public static final double APPLICATION_CURRENTVERSIONNUMBER = 1.431;
public static final String VERSIONINFOURLFORUPDATES_KST4CONTEST = "https://kst4contest.hamradioonline.de/kst4ContestVersionInfo.xml";
public static final String VERSIONINFDOWNLOADEDLOCALFILE = "kst4ContestVersionInfo.xml";