* Update versions, package release, fix typo in comment

This commit is contained in:
complication
2008-12-01 00:23:53 +00:00
parent 73280ab834
commit c93ccd15eb
7 changed files with 39 additions and 22 deletions

View File

@ -15,7 +15,7 @@ package net.i2p;
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.72 $ $Date: 2008-08-24 12:00:00 $";
public final static String VERSION = "0.6.4";
public final static String VERSION = "0.6.5";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);

View File

@ -164,7 +164,7 @@ public class PrivateKeyFile {
}
/** Also reads in the file to get the privKay and signingPrivKey,
/** Also reads in the file to get the privKey and signingPrivKey,
* which aren't available from I2PClient.
*/
public Destination createIfAbsent() throws I2PException, IOException, DataFormatException {