I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 64b94ab1 authored by jrandom's avatar jrandom Committed by zzz
Browse files

0.3.0.4 (backwards compatible, release info / docs / etc coming later today...

0.3.0.4 (backwards compatible, release info / docs / etc coming later today [is today tuesday already?]
parent c03cb1de
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,8 @@ package net.i2p; ...@@ -14,8 +14,8 @@ package net.i2p;
* *
*/ */
public class CoreVersion { public class CoreVersion {
public final static String ID = "$Revision: 1.1 $ $Date: 2004/04/07 23:48:42 $"; public final static String ID = "$Revision: 1.2 $ $Date: 2004/04/10 06:40:05 $";
public final static String VERSION = "0.3.0.3"; public final static String VERSION = "0.3.0.4";
public static void main(String args[]) { public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION); System.out.println("I2P Core version: " + VERSION);
......
...@@ -15,12 +15,12 @@ import net.i2p.CoreVersion; ...@@ -15,12 +15,12 @@ import net.i2p.CoreVersion;
* *
*/ */
public class RouterVersion { public class RouterVersion {
public final static String ID = "$Revision: 1.40 $ $Date: 2004/04/04 13:40:34 $"; public final static String ID = "$Revision: 1.1.1.1 $ $Date: 2004/04/07 23:41:56 $";
public final static String VERSION = "0.3.0.3"; public final static String VERSION = "0.3.0.4";
public static void main(String args[]) { public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION); System.out.println("I2P Router version: " + VERSION);
System.out.println("Router ID: " + RouterVersion.ID); System.out.println("Router ID: " + RouterVersion.ID);
System.out.println("I2P Core version: " + CoreVersion.VERSION); System.out.println("I2P Core version: " + CoreVersion.VERSION);
System.out.println("Core ID: " + CoreVersion.ID); System.out.println("Core ID: " + CoreVersion.ID);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment