* Update versions, package release, fix typo in comment
This commit is contained in:
@ -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);
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user