This commit is contained in:
zzz
2009-12-08 12:22:56 +00:00
parent f446a5f1fc
commit b205af5a0d
2 changed files with 19 additions and 25 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.7.7";
public final static String VERSION = "0.7.8";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);