diff --git a/apps/i2ptunnel/jsp/register.jsp b/apps/i2ptunnel/jsp/register.jsp
index accfc0508..91bcf7b78 100644
--- a/apps/i2ptunnel/jsp/register.jsp
+++ b/apps/i2ptunnel/jsp/register.jsp
@@ -150,7 +150,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
- "><% he.write(out); %>
+ "><% he.write(out); %>
|
diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java
index 3d0833a80..f59b2f9d8 100644
--- a/core/java/src/net/i2p/CoreVersion.java
+++ b/core/java/src/net/i2p/CoreVersion.java
@@ -18,7 +18,7 @@ public class CoreVersion {
/** deprecated */
public final static String ID = "Monotone";
- public final static String VERSION = "0.9.40";
+ public final static String VERSION = "0.9.41";
/**
* For Vuze.
diff --git a/history.txt b/history.txt
index ea625d89d..07c267cef 100644
--- a/history.txt
+++ b/history.txt
@@ -1,3 +1,5 @@
+* 2019-07-03 0.9.41 released
+
2019-06-28 zzz
* Update translations from Transifex
diff --git a/installer/install.xml b/installer/install.xml
index 86957d97a..9c8e110b9 100644
--- a/installer/install.xml
+++ b/installer/install.xml
@@ -4,7 +4,7 @@
i2p
- 0.9.40
+ 0.9.41
diff --git a/installer/install5.xml b/installer/install5.xml
index d42720b3a..1e9546be2 100644
--- a/installer/install5.xml
+++ b/installer/install5.xml
@@ -10,7 +10,7 @@
i2p
- 0.9.40
+ 0.9.41
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index 421ff4f63..a411b0099 100644
--- a/router/java/src/net/i2p/router/RouterVersion.java
+++ b/router/java/src/net/i2p/router/RouterVersion.java
@@ -18,10 +18,10 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
- public final static long BUILD = 16;
+ public final static long BUILD = 0;
/** for example "-test" */
- public final static String EXTRA = "-rc";
+ public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
public static void main(String args[]) {
System.out.println("I2P Router version: " + FULL_VERSION);