forked from I2P_Developers/i2p.i2p
0.9.4
This commit is contained in:
@@ -16,7 +16,7 @@ package net.i2p;
|
||||
public class CoreVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = "0.9.3";
|
||||
public final static String VERSION = "0.9.4";
|
||||
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Core version: " + VERSION);
|
||||
|
||||
@@ -66,7 +66,7 @@ public class SendMessageMessage extends I2CPMessageImpl {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param 0 to 0xffffffff
|
||||
* @param nonce 0 to 0xffffffff
|
||||
*/
|
||||
public void setNonce(long nonce) {
|
||||
_nonce = nonce;
|
||||
|
||||
Reference in New Issue
Block a user