I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 28f6815e authored by zzz's avatar zzz
Browse files

bump -2-rc

parent 1a693699
No related branches found
No related tags found
No related merge requests found
Pipeline #2305 passed
2025-03-28 zzz
* Update translations
2025-03-26 zzz
* i2ptunnel: Clear bubble count when clearing status messages
2025-03-22 zzz 2025-03-22 zzz
* Router: Prevent double-free of SHA256 instances from Noise * Router: Prevent double-free of SHA256 instances from Noise
   
......
...@@ -20,7 +20,7 @@ public class RouterVersion { ...@@ -20,7 +20,7 @@ public class RouterVersion {
public final static String VERSION = CoreVersion.VERSION; public final static String VERSION = CoreVersion.VERSION;
/** for example: "beta", "alpha", "rc" */ /** for example: "beta", "alpha", "rc" */
public final static String QUALIFIER = "-rc"; public final static String QUALIFIER = "-rc";
public final static long BUILD = 1; public final static long BUILD = 2;
/** for example "-test" */ /** for example "-test" */
public final static String EXTRA = ""; public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA; public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment