* 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

@ -14,8 +14,8 @@ package net.i2p;
*
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.0 $ $Date: 2005/09/01 15:27:36 $";
public final static String VERSION = "0.6.0.5";
public final static String ID = "$Revision: 1.41 $ $Date: 2005/09/02 14:10:08 $";
public final static String VERSION = "0.6.0.6";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);