From 68ebda19c543ed5317ec26f5a349afa27332e0d7 Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Sun, 23 Feb 2025 06:45:37 -0500
Subject: [PATCH] bump -4

---
 history.txt                                       | 4 ++++
 router/java/src/net/i2p/router/RouterVersion.java | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/history.txt b/history.txt
index d787a8c561..9b72871ed7 100644
--- a/history.txt
+++ b/history.txt
@@ -1,3 +1,7 @@
+2025-02-23 zzz
+ * SusiDNS: Reduce memory usage in AddressBean
+ * Tests: Fix build
+
 2025-02-22 zzz
  * Console: Add support for notification bubbles
 
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index f2016528bf..ca3640d9db 100644
--- a/router/java/src/net/i2p/router/RouterVersion.java
+++ b/router/java/src/net/i2p/router/RouterVersion.java
@@ -20,7 +20,7 @@ public class RouterVersion {
     public final static String VERSION = CoreVersion.VERSION;
     /** for example: "beta", "alpha", "rc" */
     public final static String QUALIFIER = "";
-    public final static long BUILD = 3;
+    public final static long BUILD = 4;
     /** for example "-test" */
     public final static String EXTRA = "";
     public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
-- 
GitLab