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

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

bump -5

parent 0d113d8b
No related branches found
No related tags found
No related merge requests found
Pipeline #2232 passed
2025-02-25 zzz
* Console: Move certs page to a debug page tab
* Streaming: Prevent AIOOBE when verifying large signed packets
* SusiDNS: Add bubble support
2025-02-24 zzz
* Console: Improve writing efficiency
2025-02-23 zzz 2025-02-23 zzz
* SusiDNS: Reduce memory usage in AddressBean * SusiDNS: Reduce memory usage in AddressBean
* Tests: Fix build * Tests: Fix build
......
...@@ -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 = ""; public final static String QUALIFIER = "";
public final static long BUILD = 4; public final static long BUILD = 5;
/** 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