This commit is contained in:
zzz
2012-09-21 14:24:53 +00:00
parent ee66747def
commit f16e83f21b
6 changed files with 15 additions and 11 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.1";
public final static String VERSION = "0.9.2";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);

View File

@ -278,7 +278,7 @@ public interface I2PSession {
/**
* A raw (unsigned) datagram
* @since 0.9.1
* @since 0.9.2
*/
public static final int PROTO_DATAGRAM_RAW = 18;
}