From 2a99e2a295c9c60790d519cf31a2dd05d69f8f43 Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 6 Feb 2010 18:55:11 +0000 Subject: [PATCH] -9 --- 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 567a6e9ab..28f600c6d 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,9 @@ +2010-02-06 zzz + * Console: Fix saving update keys, was broken in 0.7.10 + * i2psnark: Add transmission ID + * news.xml: Wrap i2p version tags in XML comment + * Transport: Try yet again to prevent two NTCP pumpers + 2010-02-04 zzz * i2psnark: Fix sending stopped events to the tracker diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index bb88f0a0a..ba0438a26 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 = 8; + public final static long BUILD = 9; /** for example "-test" */ public final static String EXTRA = "";