bump -2-rc
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2025-03-28 zzz
|
||||
* Update translations
|
||||
|
||||
2025-03-26 zzz
|
||||
* i2ptunnel: Clear bubble count when clearing status messages
|
||||
|
||||
2025-03-22 zzz
|
||||
* Router: Prevent double-free of SHA256 instances from Noise
|
||||
|
||||
|
@ -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 = 1;
|
||||
public final static long BUILD = 2;
|
||||
/** 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