This commit is contained in:
jrandom
2007-10-08 03:01:47 +00:00
committed by zzz
parent 5accba6cdc
commit 5ad6ee60eb
3 changed files with 8 additions and 6 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.71 $ $Date: 2007-03-17 16:19:10 $";
public final static String VERSION = "0.6.1.29";
public final static String ID = "$Revision: 1.72 $ $Date: 2007-08-23 19:33:31 $";
public final static String VERSION = "0.6.1.30";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);

View File

@ -1,4 +1,6 @@
$Id: history.txt,v 1.591 2007-09-26 22:52:34 zzz Exp $
$Id: history.txt,v 1.592 2007-10-07 21:36:17 complication Exp $
* 2007-10-07 0.6.1.30 released
2007-10-07 Complication
* Fix an issue in EepGet whereby sending of "etag" and "lastModified" headers

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.527 $ $Date: 2007-09-26 22:52:32 $";
public final static String VERSION = "0.6.1.29";
public final static long BUILD = 9;
public final static String ID = "$Revision: 1.528 $ $Date: 2007-10-07 21:36:20 $";
public final static String VERSION = "0.6.1.30";
public final static long BUILD = 0;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);