forked from I2P_Developers/i2p.i2p
bump -9
This commit is contained in:
10
history.txt
10
history.txt
@@ -1,3 +1,13 @@
|
||||
2022-01-25 zzz
|
||||
* Tunnels:
|
||||
- Enable tunnel testing by default
|
||||
- Use tunnel builds as a tunnel test
|
||||
* UDP: Pass priority through the packet builder,
|
||||
add priority to UDP-Sender queue
|
||||
|
||||
2022-01-21 zzz
|
||||
* Util: Fix leak of SimpleTimer2 shutdown task
|
||||
|
||||
2022-01-06 zzz
|
||||
* Router: Prevent deadlock at startup
|
||||
|
||||
|
||||
@@ -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 = 8;
|
||||
public final static long BUILD = 9;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
||||
Reference in New Issue
Block a user