This commit is contained in:
zzz
2014-03-31 12:43:15 +00:00
parent 3f865edb4f
commit 90cd68900e
4 changed files with 7 additions and 5 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.11";
public final static String VERSION = "0.9.12";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);