Skip to content

Commit

Permalink
bump -4
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Sep 29, 2023
1 parent 065ce28 commit d2ab9a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-09-29 zzz
* SAM: Fix accept after soft restart (Gitlab #399)
* Transport: Disable SSU1 by default (Gitlab #427)

2023-09-27 zzz
* Console: Change all DOCTYPEs to standard html (Gitlab #426)
* Debian: Change JRE dependency order (Gitlab #443, Debian #1024461)
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 STATUS = "";
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 + "-" + STATUS + BUILD + EXTRA;
Expand Down

0 comments on commit d2ab9a7

Please sign in to comment.