From d18f6224586b7c7316c68ef35e9a64f8935bb969 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 8 May 2020 13:48:33 +0000 Subject: [PATCH] CoreVersion: Fix previous change which broke build script --- core/java/src/net/i2p/CoreVersion.java | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index a9d1bd9ba6..ee6fcb59ed 100644 --- a/core/java/src/net/i2p/CoreVersion.java +++ b/core/java/src/net/i2p/CoreVersion.java @@ -20,6 +20,17 @@ public class CoreVersion { /** deprecated */ public final static String ID = "Monotone"; + /** + * The version used when checking for router updates, + * and exchanged between router and client over I2CP. + * If we ever need a point release for a specific + * architecture only, append ".1" to VERSION + * and leave PUBLISHED_VERSION unchanged. + * Otherwise, the same as PUBLISHED_VERSION. + * RouterVersion.FULL_VERSION is suggested for display to the user. + */ + public final static String VERSION = "0.9.45"; + /** * The version published in the netdb via StatisticsManager. * If we ever need a point release for a specific @@ -30,18 +41,7 @@ public class CoreVersion { * * @since 0.9.46 */ - public final static String PUBLISHED_VERSION = "0.9.45"; - - /** - * The version used when checking for router updates, - * and exchanged between router and client over I2CP. - * If we ever need a point release for a specific - * architecture only, append ".1" to VERSION - * and leave PUBLISHED_VERSION unchanged. - * Otherwise, the same as PUBLISHED_VERSION. - * RouterVersion.FULL_VERSION is suggested for display to the user. - */ - public final static String VERSION = PUBLISHED_VERSION; + public final static String PUBLISHED_VERSION = VERSION; /** * For Vuze.