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

Skip to content
Snippets Groups Projects
Commit c0b616e5 authored by zzz's avatar zzz
Browse files

revert core version, -7

parent b4d39860
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ package net.i2p; ...@@ -15,7 +15,7 @@ package net.i2p;
*/ */
public class CoreVersion { public class CoreVersion {
public final static String ID = "$Revision: 1.72 $ $Date: 2008-08-24 12:00:00 $"; public final static String ID = "$Revision: 1.72 $ $Date: 2008-08-24 12:00:00 $";
public final static String VERSION = "0.6.6"; public final static String VERSION = "0.6.5";
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);
......
...@@ -17,7 +17,7 @@ import net.i2p.CoreVersion; ...@@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
public class RouterVersion { public class RouterVersion {
public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $"; public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $";
public final static String VERSION = "0.6.5"; public final static String VERSION = "0.6.5";
public final static long BUILD = 6; public final static long BUILD = 7;
public static void main(String args[]) { public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
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.
Finish editing this message first!
Please register or to comment