forked from I2P_Developers/i2p.i2p
bump -2
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
2025-04-08 zzz
|
||||
* Console: Add world map with locations of routers and tunnels
|
||||
* Wrapper:
|
||||
- Update wrapper to 3.5.60
|
||||
- Remove Linux PPC 32-bit BE wrapper files
|
||||
- Remove Solaris Sparc 32-bit wrapper files
|
||||
- Add patch to fix breakage on Debian xx-ea Java versions
|
||||
|
||||
2025-04-04 zzz
|
||||
* Crypto: Use /dev/random PRNG by default
|
||||
|
||||
|
@ -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 = 1;
|
||||
public final static long BUILD = 2;
|
||||
/** 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