File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
router/java/src/net/i2p/router Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ 2026-03-27 zzz
2+ * SAM: Use session for b32 lookups if available
3+
142026-03-25 zzz
25 * I2CP: Fix LS2 options not being updated on subsession
36
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments