mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-08-29 07:39:06 +00:00
bump -17-rc
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2026-07-10 zzz
|
||||
* NetDB: Adjust exploration thresholds
|
||||
* Revert: NTCP: Release delayed buffer if connection was closed
|
||||
|
||||
2026-07-09 zzz
|
||||
* Data: Support writing UTF-8 RI options
|
||||
|
||||
2026-07-06 zzz
|
||||
* NetDB: Always create profiles for ff candidates in peer selector
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ public class RouterVersion {
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
/** for example: "beta", "alpha", "rc" */
|
||||
public final static String QUALIFIER = "-rc";
|
||||
public final static long BUILD = 16;
|
||||
public final static long BUILD = 17;
|
||||
/** 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