From 0af5ea883a49380c11dd2bc9647e63a2c390c5d6 Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Sun, 22 Jan 2023 10:31:38 -0500
Subject: [PATCH] bump -4

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

diff --git a/history.txt b/history.txt
index b4a3717106..38dbf09088 100644
--- a/history.txt
+++ b/history.txt
@@ -1,7 +1,12 @@
+2023-01-22 zzz
+ * Build: Fix list of changed files in manifests
+ * i2psnark: Add max files per torrent config
+
 2023-01-21 zzz
  * Console:
    - Remove ERR- and WARN- prefixes from status strings
    - Catch graph error in Docker (Gitlab #383)
+ * i2psnark: Search box CSS
  * NTCP: Do not rebind internal port if only SSU external port changed
  * SSU:
    - Eliminate Symmetric NAT errors for "full cone" NATs
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index 2d30a2c121..35ab2b80b1 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 = 3;
+    public final static long BUILD = 4;
 
     /** for example "-test" */
     public final static String EXTRA = "";
-- 
GitLab