update news and version numbers to .32

This commit is contained in:
zzz
2008-03-07 15:08:26 +00:00
parent c46b06fb81
commit cffcbe5f94
6 changed files with 32 additions and 35 deletions

View File

@ -15,7 +15,7 @@ package net.i2p;
*/
public class CoreVersion {
public final static String ID = "$Revision: 1.72 $ $Date: 2007-08-23 19:33:31 $";
public final static String VERSION = "0.6.1.30";
public final static String VERSION = "0.6.1.32";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);