bump for review

This commit is contained in:
zzz
2019-08-23 18:19:01 +00:00
parent dcf6983607
commit 2ebe59436a
2 changed files with 5 additions and 2 deletions

View File

@ -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)

View File

@ -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";