Fix Debian builds with Jetty 9.4.15 (ticket #2457)

This commit is contained in:
zzz
2019-03-16 16:54:36 +00:00
parent 8962ea058f
commit 2b00bfa58b
3 changed files with 7 additions and 4 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 = "-rc";