Util: Speed up zero compression

As suggested by orignal
This commit is contained in:
zzz
2020-05-19 14:24:20 +00:00
parent 093c46c937
commit ef66457181
3 changed files with 48 additions and 2 deletions

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