Skip to content

Commit

Permalink
bump -4
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Dec 18, 2024
1 parent 372dbce commit e617059
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-12-18 zzz
* NetDB: Aggressive expire for leasesets when over limits

2024-11-29 zzz
* Build: Prep for izpack 5.2.3 (Github #86)
* Transport: Better message on UPnP tab when enabled but fails to start (Github #84)
Expand Down
2 changes: 1 addition & 1 deletion router/java/src/net/i2p/router/RouterVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e617059

Please sign in to comment.