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

Skip to content
Snippets Groups Projects
Commit 2ad715c6 authored by complication's avatar complication Committed by zzz
Browse files

2006-05-13 Complication

    * Update the build number too
parent 5f17557e
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,9 @@ import net.i2p.CoreVersion; ...@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
* *
*/ */
public class RouterVersion { public class RouterVersion {
public final static String ID = "$Revision: 1.412 $ $Date: 2006/05/09 16:17:22 $"; public final static String ID = "$Revision: 1.413 $ $Date: 2006/05/11 22:31:47 $";
public final static String VERSION = "0.6.1.18"; public final static String VERSION = "0.6.1.18";
public final static long BUILD = 1; public final static long BUILD = 2;
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