This commit is contained in:
zzz
2011-10-10 19:57:56 +00:00
parent f39e201067
commit ab4de7b392
4 changed files with 18 additions and 15 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.8";
public final static String VERSION = "0.8.9";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);