* 2005-09-17 0.6.0.6 released

2005-09-17  jrandom
    * Clean up syndie a bit more and bundle a default introductory post with
      both new installs and updates.
    * Typo fixes on the console (thanks bar!)
This commit is contained in:
jrandom
2005-09-18 01:29:58 +00:00
committed by zzz
parent a8ecd32b45
commit 2a272f465c
13 changed files with 50 additions and 20 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.239 $ $Date: 2005/09/16 16:24:43 $";
public final static String VERSION = "0.6.0.5";
public final static long BUILD = 14;
public final static String ID = "$Revision: 1.240 $ $Date: 2005/09/17 18:01:44 $";
public final static String VERSION = "0.6.0.6";
public final static long BUILD = 0;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);