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

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

0.3.2.3 (coming soon to a hard drive near you)

parent 37d55317
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.11 $ $Date: 2004/07/11 13:57:02 $";
public final static String VERSION = "0.3.2.2";
public final static String ID = "$Revision: 1.12 $ $Date: 2004/07/14 20:08:54 $";
public final static String VERSION = "0.3.2.3";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);
......
......@@ -15,8 +15,8 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.10 $ $Date: 2004/07/11 13:57:01 $";
public final static String VERSION = "0.3.2.2";
public final static String ID = "$Revision: 1.11 $ $Date: 2004/07/14 20:08:55 $";
public final static String VERSION = "0.3.2.3";
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
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