This commit is contained in:
zzz
2020-12-21 15:51:14 -05:00
parent fee5668c1c
commit 82e93a53a3
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,9 @@
2020-12-21 zzz
* SSU: Fix partial acks not being sent
2020-12-20 zzz
* Console: Fix theme selection
* Proxy: Move error page resources to jar
* SSU: Westwood+ congestion control (ticket #2427)
2020-12-18 zzz

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 = 6;
public final static long BUILD = 7;
/** for example "-test" */
public final static String EXTRA = "";