mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
bump -8-rc
This commit is contained in:
+10
@@ -1,3 +1,13 @@
|
||||
2024-07-15 zzz
|
||||
* Pull translations from Transifex
|
||||
|
||||
2024-07-06 zzz
|
||||
* Console: Fix tunnel.Bps.* graphs sometimes not rendering
|
||||
|
||||
2024-07-05 zzz
|
||||
* I2CP: Send DestroySessionMessage with dummy SessionID if unset
|
||||
* imagegen: QR code text size/placement tweaks
|
||||
|
||||
2024-07-02 zzz
|
||||
* Jetty: Don't show null exception message in XSSFilter
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ public class RouterVersion {
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
/** for example: "beta", "alpha", "rc" */
|
||||
public final static String QUALIFIER = "-rc";
|
||||
public final static long BUILD = 7;
|
||||
public final static long BUILD = 8;
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
|
||||
|
||||
Reference in New Issue
Block a user