* 2006-03-26 0.6.1.13 released

This commit is contained in:
jrandom
2006-03-26 23:23:49 +00:00
committed by zzz
parent b5c0d77c69
commit 031636e607
6 changed files with 13 additions and 11 deletions

View File

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.54 $ $Date: 2006/02/21 10:20:17 $";
public final static String VERSION = "0.6.1.12";
public final static String ID = "$Revision: 1.55 $ $Date: 2006/02/27 14:05:41 $";
public final static String VERSION = "0.6.1.13";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);