forked from I2P_Developers/i2p.i2p
bump -4
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
2024-12-18 zzz
|
||||
* NetDB: Aggressive expire for leasesets when over limits
|
||||
|
||||
2024-11-29 zzz
|
||||
* Build: Prep for izpack 5.2.3 (Github #86)
|
||||
* Transport: Better message on UPnP tab when enabled but fails to start (Github #84)
|
||||
|
@ -20,7 +20,7 @@ public class RouterVersion {
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
/** for example: "beta", "alpha", "rc" */
|
||||
public final static String QUALIFIER = "";
|
||||
public final static long BUILD = 3;
|
||||
public final static long BUILD = 4;
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
|
||||
|
Reference in New Issue
Block a user