Console: Fix compile error with Jetty 9.2.22 (ticket #2019)

This commit is contained in:
zzz
2017-07-15 13:57:40 +00:00
parent 0b85bffeff
commit d4a139f215
3 changed files with 7 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 = 19;
public final static long BUILD = 20;
/** for example "-test" */
public final static String EXTRA = "-rc";