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

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

bump -2

parent b2cbd13a
No related branches found
No related tags found
No related merge requests found
Pipeline #2197 passed
2025-02-17 zzz
* i2ptunnel: Add .i2p.alt support to HTTP and SOCKS client tunnels (MR 222)
* SusiDNS: Implement sort-by-added-date (MR 231)
2025-02-14 zzz
* SusiDNS: Navbar CSS fixes/tweaks
2025-02-11 zzz
* i2ptunnel: Proxy error page improvements
2025-02-10 zzz
* Router: Unused stats removal
* Transport: More SSU1 code removal
2025-02-09 zzz
* SusiDNS: Remove null checks in comparator
2025-02-07 zzz 2025-02-07 zzz
* Build: Check for mismatched version in Izpack config files * Build: Check for mismatched version in Izpack config files
* Crypto: * Crypto:
......
...@@ -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 = 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