This commit is contained in:
zzz
2011-05-16 19:58:19 +00:00
parent 9f7cc9d887
commit 7377086aae
5 changed files with 12 additions and 9 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.8.5";
public final static String VERSION = "0.8.6";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);