Skip to content

Commit 716dca2

Browse files
committed
bump -11-rc
1 parent f115298 commit 716dca2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

history.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2026-03-27 zzz
2+
* SAM: Use session for b32 lookups if available
3+
14
2026-03-25 zzz
25
* I2CP: Fix LS2 options not being updated on subsession
36

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

Lines changed: 2 additions & 2 deletions
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 = 10;
22+
public final static String QUALIFIER = "-rc";
23+
public final static long BUILD = 11;
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)