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";