This commit is contained in:
zzz
2011-08-23 16:07:44 +00:00
parent 20c77e1529
commit 010399d865
4 changed files with 15 additions and 29 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.7";
public final static String VERSION = "0.8.8";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);