From add3bcedf61a81f7376a7f7d76b793f556853862 Mon Sep 17 00:00:00 2001 From: kytv Date: Sun, 18 Dec 2011 00:58:25 +0000 Subject: [PATCH] -23-rc Mainly bumping the version because of the theme regression (that I introduced and fixed). --- history.txt | 1 + router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index def7a7d764..3fa4d6a978 100644 --- a/history.txt +++ b/history.txt @@ -1,5 +1,6 @@ 2011-12-17 kytv * Ukrainian translation updates from Transifex + * Add my key to TrustedUpdate.java 2011-12-17 zzz * i2psnark: diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index a85b0c8aa2..9535f12e9f 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 = 22; + public final static long BUILD = 23; /** for example "-test" */ public final static String EXTRA = "-rc";