Util: New zero-copy BAOS

WIP, to be hooked in
This commit is contained in:
zzz
2020-11-02 12:12:20 +00:00
parent 057eca56d5
commit f69563da75
3 changed files with 64 additions and 1 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 = 11;
public final static long BUILD = 12;
/** for example "-test" */
public final static String EXTRA = "";