From a3597e45fae035b4796e4963b988f723bbb6b5ec Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 13 Feb 2012 00:00:00 +0000 Subject: [PATCH] Bumped build number to -13 so tunnel wizard gets tested --- 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 acb1419861..e8c62a186d 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,6 @@ +2012-02-12 str4d + * i2ptunnel: Tunnel creation wizard + 2012-02-10 zzz * WorkingDir: Fix detection of migrated directory diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index e36cd3b143..7f4edb9752 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 = 12; + public final static long BUILD = 13; /** for example "-test" */ public final static String EXTRA = "";