Router: Update version numbers for 2.5.0 release

This commit is contained in:
eyedeekay
2024-04-08 10:12:32 -04:00
parent f47bfa23ca
commit 57eaea8f1e
5 changed files with 13 additions and 9 deletions

View File

@@ -2,9 +2,9 @@ package net.i2p;
/*
* free (adj.): unencumbered; not under the control of others
* Written by jrandom in 2003 and released into the public domain
* with no warranty of any kind, either expressed or implied.
* It probably won't make your computer catch on fire, or eat
* Written by jrandom in 2003 and released into the public domain
* with no warranty of any kind, either expressed or implied.
* It probably won't make your computer catch on fire, or eat
* your children, but it might. Use at your own risk.
*
*/
@@ -31,7 +31,7 @@ public class CoreVersion {
* Otherwise, the same as PUBLISHED_VERSION.
* RouterVersion.FULL_VERSION is suggested for display to the user.
*/
public final static String VERSION = "2.4.0";
public final static String VERSION = "2.5.0";
/**
* The version published in the netdb via StatisticsManager.
@@ -48,7 +48,7 @@ public class CoreVersion {
*
* @since 0.9.46
*/
public final static String PUBLISHED_VERSION = "0.9.61";
public final static String PUBLISHED_VERSION = "0.9.62";
/**
* For Vuze.