mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-04-26 17:27:26 +00:00
0.3.1.1 (tastes like chicken)
backwards compatible but some config changes necessary
This commit is contained in:
@@ -14,8 +14,8 @@ package net.i2p;
|
||||
*
|
||||
*/
|
||||
public class CoreVersion {
|
||||
public final static String ID = "$Revision: 1.3 $ $Date: 2004/04/20 04:18:54 $";
|
||||
public final static String VERSION = "0.3.1";
|
||||
public final static String ID = "$Revision: 1.4 $ $Date: 2004/04/30 18:04:13 $";
|
||||
public final static String VERSION = "0.3.1.1";
|
||||
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Core version: " + VERSION);
|
||||
|
||||
Reference in New Issue
Block a user