forked from I2P_Developers/i2p.i2p
Router: Update version numbers for 2.5.0 release
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user