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 730ad8697..230c6a557 100644 --- a/apps/routerconsole/jsp/help.jsp +++ b/apps/routerconsole/jsp/help.jsp @@ -16,9 +16,9 @@

I2P Router Help & Support

-<%@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" %>

Change Log

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 5b1ba79e3..f5c926454 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 = "";