mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-03-29 05:30:00 +00:00
bump -10. -8 and -9 were tagged but not bumped.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2026-03-25 zzz
|
||||
* I2CP: Fix LS2 options not being updated on subsession
|
||||
|
||||
2026-03-24 zzz
|
||||
* I2NP: HostReplyMessage updates for proposal 167 (WIP)
|
||||
|
||||
2026-03-23 zzz
|
||||
* Console, eepsite: HTML fixes for Weblate
|
||||
* UPnP: Fail fast if no local addresses, don't blame on port conflict
|
||||
|
||||
@@ -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 = 7;
|
||||
public final static long BUILD = 10;
|
||||
/** 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