From 9d2831f520f7b436a77947f0c8d35be07c17890f Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 28 Jul 2012 12:47:42 +0000 Subject: [PATCH] Updated history and bumped build number --- history.txt | 3 +++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 4cb00782d..4ed89dc94 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,6 @@ +2012-07-28 str4d + * Console: theme fixes + 2012-07-26 kytv * Update geoip.txt based on Maxmind GeoLite Country database from 2012-07-04 * Finnish, French, German, Spanish and Swedish translation updates from TX diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 0cd02d33d..5fd579e05 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 = 29; + public final static long BUILD = 30; /** for example "-test" */ public final static String EXTRA = "-rc";