File tree 2 files changed +7
-2
lines changed
router/java/src/net/i2p/router
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
6
2024-05-12 zzz
2
7
* Console: Update rrd4j to 3.9.1 preview
3
8
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ public class RouterVersion {
19
19
public final static String ID = "Git" ;
20
20
public final static String VERSION = CoreVersion .VERSION ;
21
21
/** 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 ;
24
24
/** for example "-test" */
25
25
public final static String EXTRA = "" ;
26
26
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA ;
You can’t perform that action at this time.
0 commit comments