This commit is contained in:
zzz
2010-07-12 14:25:21 +00:00
parent c08f79f71e
commit 8cc561775b
6 changed files with 15 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.14";
public final static String VERSION = "0.8";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);