Skip to content

Commit 48899bc

Browse files
committed
bump -2-rc
1 parent abc3162 commit 48899bc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

history.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2024-05-14 zzz
2+
* i2ptunnel: Fix keepalive bug causing truncation of chunked content
3+
* Pull translations from Transifex
4+
* Router: Update Tor blocklist
5+
16
2024-05-12 zzz
27
* Console: Update rrd4j to 3.9.1 preview
38

router/java/src/net/i2p/router/RouterVersion.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ public class RouterVersion {
1919
public final static String ID = "Git";
2020
public final static String VERSION = CoreVersion.VERSION;
2121
/** for example: "beta", "alpha", "rc" */
22-
public final static String QUALIFIER = "";
23-
public final static long BUILD = 1;
22+
public final static String QUALIFIER = "-rc";
23+
public final static long BUILD = 2;
2424
/** for example "-test" */
2525
public final static String EXTRA = "";
2626
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;

0 commit comments

Comments
 (0)