diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java
index f04f22d9a6..d204a2353c 100644
--- a/core/java/src/net/i2p/CoreVersion.java
+++ b/core/java/src/net/i2p/CoreVersion.java
@@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
- public final static String ID = "$Revision: 1.20 $ $Date: 2004/09/08 21:26:42 $";
- public final static String VERSION = "0.4.1";
+ public final static String ID = "$Revision: 1.21 $ $Date: 2004/09/30 10:58:55 $";
+ public final static String VERSION = "0.4.1.1";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);
diff --git a/history.txt b/history.txt
index b4e4a805b7..fd4f6b491d 100644
--- a/history.txt
+++ b/history.txt
@@ -1,4 +1,6 @@
-$Id: history.txt,v 1.26 2004/10/01 06:49:03 jrandom Exp $
+$Id: history.txt,v 1.27 2004/10/01 09:35:49 jrandom Exp $
+
+* 2004-10-01 0.4.1.1 released
2004-10-01 jrandom
* Handle partial reseeds, caused by seeds going away before the download
diff --git a/installer/install.xml b/installer/install.xml
index cbf6649cce..1ef7a1f1c3 100644
--- a/installer/install.xml
+++ b/installer/install.xml
@@ -1 +1 @@
-
i2p
0.4
http://www.i2p.net
Base installation files
\ No newline at end of file
+
i2p
0.4.1.1
http://www.i2p.net
Base installation files
\ No newline at end of file
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index a3c2804616..7e4853b34d 100644
--- a/router/java/src/net/i2p/router/RouterVersion.java
+++ b/router/java/src/net/i2p/router/RouterVersion.java
@@ -15,8 +15,8 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
- public final static String ID = "$Revision: 1.36 $ $Date: 2004/10/01 06:49:02 $";
- public final static String VERSION = "0.4.1";
+ public final static String ID = "$Revision: 1.37 $ $Date: 2004/10/01 09:35:49 $";
+ public final static String VERSION = "0.4.1.1";
public final static long BUILD = 3;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);