forked from I2P_Developers/i2p.i2p
2004-12-31 ragnarok
* Integrated latest addressbook changes (2.0.3) which include support for deploying as a .war file with no existing addressbook configuration. * Updated main build process to bundle the addressbook.war in the i2pinstall.jar and i2pupdate.zip.
This commit is contained in:
@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.127 $ $Date: 2004/12/30 17:51:16 $";
|
||||
public final static String ID = "$Revision: 1.128 $ $Date: 2004/12/31 12:18:05 $";
|
||||
public final static String VERSION = "0.4.2.5";
|
||||
public final static long BUILD = 5;
|
||||
public final static long BUILD = 6;
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Router version: " + VERSION);
|
||||
System.out.println("Router ID: " + RouterVersion.ID);
|
||||
|
Reference in New Issue
Block a user