forked from I2P_Developers/i2p.i2p
* 2005-12-22 0.6.1.8 released
2005-12-22 jrandom * Bundle the standalone I2PSnark launcher in the installer and update process (launch as "java -jar launch-i2psnark.jar", viewing the interface on http://localhost:8002/) * Don't autostart swarming torrents by default so that you can run a standalone I2PSnark from the I2P install dir and not have the embedded I2PSnark autolaunch the torrents that the standalone instance is running * Fixed a rare streaming lib bug that could let a blocking call wait forever.
This commit is contained in:
@ -14,8 +14,8 @@ package net.i2p;
|
||||
*
|
||||
*/
|
||||
public class CoreVersion {
|
||||
public final static String ID = "$Revision: 1.49 $ $Date: 2005/11/26 13:26:22 $";
|
||||
public final static String VERSION = "0.6.1.7";
|
||||
public final static String ID = "$Revision: 1.50 $ $Date: 2005/12/01 12:16:54 $";
|
||||
public final static String VERSION = "0.6.1.8";
|
||||
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Core version: " + VERSION);
|
||||
|
Reference in New Issue
Block a user