forked from I2P_Developers/i2p.i2p
bump -5
This commit is contained in:
12
history.txt
12
history.txt
@@ -1,3 +1,15 @@
|
||||
2021-07-20 zzz
|
||||
* NetDB: Increase min ff version to 0.9.38
|
||||
|
||||
2021-07-18 zzz
|
||||
* Tunnels: Updates for proposal 157
|
||||
|
||||
2021-07-07 zzz
|
||||
* Streaming: Reduce immediate ack delay
|
||||
|
||||
2021-07-02 zzz
|
||||
* UPnP: IPv6 address validation fix
|
||||
|
||||
2021-06-22 zzz
|
||||
* Tests: Fix duplicate classes in i2ptest.jar
|
||||
* Tunnels: Changes for new build messages (Prop. 157)
|
||||
|
||||
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Git";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 4;
|
||||
public final static long BUILD = 5;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
||||
Reference in New Issue
Block a user