mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
0.3.3, backwards compatible, to be released Real Soon
This commit is contained in:
@@ -14,8 +14,8 @@ package net.i2p;
|
||||
*
|
||||
*/
|
||||
public class CoreVersion {
|
||||
public final static String ID = "$Revision: 1.12 $ $Date: 2004/07/14 20:08:54 $";
|
||||
public final static String VERSION = "0.3.2.3";
|
||||
public final static String ID = "$Revision: 1.13 $ $Date: 2004/07/16 16:12:29 $";
|
||||
public final static String VERSION = "0.3.3";
|
||||
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Core version: " + VERSION);
|
||||
|
||||
Reference in New Issue
Block a user