diff --git a/apps/routerconsole/jsp/help/legal.jsi b/apps/routerconsole/jsp/help-legal.jsi similarity index 100% rename from apps/routerconsole/jsp/help/legal.jsi rename to apps/routerconsole/jsp/help-legal.jsi diff --git a/apps/routerconsole/jsp/help/sidebar.jsi b/apps/routerconsole/jsp/help-sidebar.jsi similarity index 100% rename from apps/routerconsole/jsp/help/sidebar.jsi rename to apps/routerconsole/jsp/help-sidebar.jsi diff --git a/apps/routerconsole/jsp/help/help.jsi b/apps/routerconsole/jsp/help.jsi similarity index 100% rename from apps/routerconsole/jsp/help/help.jsi rename to apps/routerconsole/jsp/help.jsi diff --git a/apps/routerconsole/jsp/help.jsp b/apps/routerconsole/jsp/help.jsp index 730ad869780a824f2fa6b92f3ec44664628f842f..230c6a557174982bb90f382323bb3f9de209b56b 100644 --- a/apps/routerconsole/jsp/help.jsp +++ b/apps/routerconsole/jsp/help.jsp @@ -16,9 +16,9 @@ <h1>I2P Router Help & Support</h1> <div class="main" id="main"><p> -<%@include file="help/help.jsi" %> -<%@include file="help/legal.jsi" %> -<%@include file="help/sidebar.jsi" %> +<%@include file="help.jsi" %> +<%@include file="help-legal.jsi" %> +<%@include file="help-sidebar.jsi" %> <h2>Change Log</h2> <jsp:useBean class="net.i2p.router.web.ContentHelper" id="contenthelper" scope="request" /> diff --git a/apps/routerconsole/jsp/help/old-translations/help_ar.jsp b/apps/routerconsole/jsp/old-translations/help_ar.jsp.old similarity index 100% rename from apps/routerconsole/jsp/help/old-translations/help_ar.jsp rename to apps/routerconsole/jsp/old-translations/help_ar.jsp.old diff --git a/apps/routerconsole/jsp/help/old-translations/help_fr.jsp b/apps/routerconsole/jsp/old-translations/help_fr.jsp.old similarity index 100% rename from apps/routerconsole/jsp/help/old-translations/help_fr.jsp rename to apps/routerconsole/jsp/old-translations/help_fr.jsp.old diff --git a/apps/routerconsole/jsp/help/old-translations/help_nl.jsp b/apps/routerconsole/jsp/old-translations/help_nl.jsp.old similarity index 100% rename from apps/routerconsole/jsp/help/old-translations/help_nl.jsp rename to apps/routerconsole/jsp/old-translations/help_nl.jsp.old diff --git a/apps/routerconsole/jsp/help/old-translations/help_ru.jsp b/apps/routerconsole/jsp/old-translations/help_ru.jsp.old similarity index 100% rename from apps/routerconsole/jsp/help/old-translations/help_ru.jsp rename to apps/routerconsole/jsp/old-translations/help_ru.jsp.old diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 5b1ba79e398c2a84e1450e314aedb3fba726d6dd..f5c92645490ac230cc1d9da5a1333a329d7b0385 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -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 = "";