From 226982096a6816878f9d65a9032ca4d207a4b0a3 Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Tue, 25 Feb 2025 10:10:15 -0500
Subject: [PATCH] bump -5

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

diff --git a/history.txt b/history.txt
index 9b72871ed7..d63e260cff 100644
--- a/history.txt
+++ b/history.txt
@@ -1,3 +1,11 @@
+2025-02-25 zzz
+ * Console: Move certs page to a debug page tab
+ * Streaming: Prevent AIOOBE when verifying large signed packets
+ * SusiDNS: Add bubble support
+
+2025-02-24 zzz
+ * Console: Improve writing efficiency
+
 2025-02-23 zzz
  * SusiDNS: Reduce memory usage in AddressBean
  * Tests: Fix build
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index ca3640d9db..39dc8c8e3d 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 = 4;
+    public final static long BUILD = 5;
     /** for example "-test" */
     public final static String EXTRA = "";
     public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
-- 
GitLab