forked from I2P_Developers/i2p.i2p
bump for review
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
2019-08-23 zzz
|
||||
* Translation updates
|
||||
|
||||
2019-08-19 zzz
|
||||
* SSU: Increase initial concurrent messages limit (ticket #2576)
|
||||
|
||||
@ -6,7 +9,7 @@
|
||||
|
||||
2019-08-15 zzz
|
||||
* SSU: Reduce ACK time to 150 (ticket #2574)
|
||||
* Tunnels: Reduce IBGW batching ti9me (ticket #2586)
|
||||
* Tunnels: Reduce IBGW batching time (ticket #2586)
|
||||
|
||||
2019-08-14 zzz
|
||||
* Console: Clean up help text, tag for translation (ticket #2298)
|
||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 10;
|
||||
public final static long BUILD = 11;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
Reference in New Issue
Block a user