From 5a0fcc779185a2ec9e8861728c80c023d8264750 Mon Sep 17 00:00:00 2001 From: z3d Date: Mon, 6 Dec 2010 14:03:03 +0000 Subject: [PATCH] -33rc. --- history.txt | 6 ++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 41f93ef6e..ef5d62249 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,9 @@ +2010-12-06 dr|z3d + * I2PSnark: + - Resolve table header wrapping issue. + - Phase 2 of UI overhaul, now with 100% more universality! + - Vanilla/Ubergine theme enhancements. + 2010-12-05 zzz * DataHelper: Have readLong() and readString() throw an EOFException instead of a DataFormatException on EOF, diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 98bd96d4e..fc03273f8 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -18,7 +18,7 @@ public class RouterVersion { /** deprecated */ public final static String ID = "Monotone"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 32; + public final static long BUILD = 33; /** for example "-test" */ public final static String EXTRA = "-rc";