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

Skip to content
Snippets Groups Projects
Commit b5d571c7 authored by cervantes's avatar cervantes Committed by zzz
Browse files

2005-09-09 cervantes

	* New build due to change in build number :P (thanks ugha!)
parent da56d837
No related branches found
No related tags found
No related merge requests found
$Id: history.txt,v 1.240 2005/09/05 14:30:09 jrandom Exp $
$Id: history.txt,v 1.241 2005/09/07 17:32:06 jrandom Exp $
2005-09-09 cervantes
* New build due to change in build number :P (thanks ugha!)
2005-09-07 BarkerJr
* HTML cleanup for the router console (thanks!)
......
......@@ -15,11 +15,11 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.227 $ $Date: 2005/09/04 14:15:49 $";
public final static String ID = "$Revision: 1.228 $ $Date: 2005/09/07 17:31:13 $";
public final static String VERSION = "0.6.0.5";
public final static long BUILD = 2;
public final static long BUILD = 3;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);
System.out.println("I2P Core version: " + CoreVersion.VERSION);
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