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

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

0.3.1 (backwards compatible, still testnet, release later this evening)

parent 1a382711
Branches
Tags i2p_0_3_1
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.2 $ $Date: 2004/04/10 06:40:05 $"; public final static String ID = "$Revision: 1.3 $ $Date: 2004/04/20 04:18:54 $";
public final static String VERSION = "0.3.0.4"; public final static String VERSION = "0.3.1";
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,8 +15,8 @@ import net.i2p.CoreVersion; ...@@ -15,8 +15,8 @@ import net.i2p.CoreVersion;
* *
*/ */
public class RouterVersion { public class RouterVersion {
public final static String ID = "$Revision: 1.1.1.1 $ $Date: 2004/04/07 23:41:56 $"; public final static String ID = "$Revision: 1.2 $ $Date: 2004/04/20 04:18:53 $";
public final static String VERSION = "0.3.0.4"; public final static String VERSION = "0.3.1";
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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment