Skip to content

Commit

Permalink
bump -4-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Sep 28, 2024
1 parent 327b147 commit 8681985
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2024-09-21 zzz
* streaming: Allow i2p.streaming.profile != 1

2024-09-20 zzz
* i2psnark: Fix broken infohash after torrent edit (Gitlab MR #216)

2024-09-10 zzz
* Console: Refactor netdb search (Gitlab MR #217)

Expand Down
4 changes: 2 additions & 2 deletions router/java/src/net/i2p/router/RouterVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public class RouterVersion {
public final static String ID = "Git";
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 String QUALIFIER = "-rc";
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 8681985

Please sign in to comment.