This commit is contained in:
zzz
2011-06-27 02:25:18 +00:00
parent 2f10cca40f
commit 54aff53afe
5 changed files with 33 additions and 10 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.6";
public final static String VERSION = "0.8.7";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);