rename windows installer; 0.9

This commit is contained in:
zzz
2012-05-01 21:06:17 +00:00
parent 7af65f4346
commit 7a690b245f
6 changed files with 46 additions and 37 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.13";
public final static String VERSION = "0.9";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);