Jetty 9.2.25.v20180606

This commit is contained in:
zzz
2018-08-20 13:18:29 +00:00
parent f4cab090cd
commit 68feb080e7
22 changed files with 8 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 = 26;
public final static long BUILD = 27;
/** for example "-test" */
public final static String EXTRA = "-rc";