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

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

bump -6-rc

parent ca15671c
No related branches found
No related tags found
No related merge requests found
Pipeline #2253 passed
2025-03-01 zzz
* Console: Add error page test servlet
* GeoIP 2025-03-01
* Installer: Fix installation to path with spaces
2025-02-28 zzz
* Transport: Ban routers with RI format errors if signature verifies
2025-02-25 zzz
* Console: Move certs page to a debug page tab
* Streaming: Prevent AIOOBE when verifying large signed packets
......
......@@ -19,8 +19,8 @@ public class RouterVersion {
public final static String ID = "Git";
public final static String VERSION = CoreVersion.VERSION;
/** for example: "beta", "alpha", "rc" */
public final static String QUALIFIER = "";
public final static long BUILD = 5;
public final static String QUALIFIER = "-rc";
public final static long BUILD = 6;
/** for example "-test" */
public final static String 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