This commit is contained in:
zzz
2010-02-15 12:43:28 +00:00
parent 51a1564566
commit abd96a920f
7 changed files with 26 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ package net.i2p;
public class CoreVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = "0.7.10";
public final static String VERSION = "0.7.11";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);