Installer: Require Java 8 (ticket #2511)

Jetty 9.3.28 (ticket #2098)
This breaks Debian builds, fixes to follow
This commit is contained in:
zzz
2020-05-27 16:08:54 +00:00
parent 27e422f81d
commit 03b1a4dfc0
70 changed files with 52 additions and 83 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 = 1;
public final static long BUILD = 2;
/** for example "-test" */
public final static String EXTRA = "";