This commit is contained in:
zzz
2013-03-08 13:03:50 +00:00
parent 77cfe0be01
commit 9b0c481525
7 changed files with 9 additions and 7 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.4";
public final static String VERSION = "0.9.5";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);

View File

@@ -55,7 +55,7 @@ public final class I2PDatagramDissector {
* Load an I2P repliable datagram into the dissector.
* Does NOT verify the signature.
*
* @param dgram non-null I2P repliable datagram to be loader
* @param dgram non-null I2P repliable datagram to be loaded
*
* @throws DataFormatException If there's an error in the datagram format
*/