payload bounds check

This commit is contained in:
zzz
2014-08-03 14:36:20 +00:00
parent b28eb708a4
commit 2d2348f671
2 changed files with 14 additions and 3 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 = 2;
public final static long BUILD = 3;
/** for example "-test" */
public final static String EXTRA = "-rc";