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

@ -16,8 +16,8 @@ import net.i2p.CoreVersion;
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.548 $ $Date: 2008-02-10 15:00:00 $";
public final static String VERSION = "0.6.1.31";
public final static long BUILD = 9;
public final static String VERSION = "0.6.1.32";
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);