javadoc fix, bump

This commit is contained in:
zzz
2015-12-20 14:33:24 +00:00
parent cc4bf8ea16
commit 4250f78ddf
3 changed files with 12 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 = 15;
public final static long BUILD = 16;
/** for example "-test" */
public final static String EXTRA = "";