This commit is contained in:
zzz
2012-10-27 13:03:14 +00:00
parent 0bfe8ff41d
commit eafca84717
5 changed files with 17 additions and 13 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.9.2";
public final static String VERSION = "0.9.3";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);