From 5ccbeca676e1a2c42c33a406885c7bef7ff137ad Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 22 Feb 2022 10:34:31 -0500 Subject: [PATCH] bump -1 --- history.txt | 10 ++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 31d98900ec..e71a9c5063 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,13 @@ +2022-02-22 zzz + * BOB: Remove source + * Crypto: Prep for SSU2 + * NetDB: Prevent rare deadlock via FloodfillMonitorJob at startup + * NTCP: Reduce max writer threads + * SSU: PacketHandler cleanup (prep for SSU2) + * SSU: Start of SSU2 support + * Update: Add notification for new version + * Util: Speed up PRNG nextInt() and nextLong() + 2022-02-21 1.7.0 released 2022-02-18 zzz diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index ed7e15522a..24c6e3ec7a 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 = "Git"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 0; + public final static long BUILD = 1; /** for example "-test" */ public final static String EXTRA = "";