propagate from branch 'i2p.i2p.zzz.test' (head 5dadb7923797a3e6d9ead4d4b17ab7e0e0201b2b)

to branch 'i2p.i2p' (head 703251aaf19111efe6fac5a4ae49f00a1aac1e9e)
This commit is contained in:
zzz
2012-09-21 17:50:59 +00:00
19 changed files with 5860 additions and 3646 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;
}