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

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

bump -3

parent 940205f8
No related branches found
No related tags found
No related merge requests found
Pipeline #2212 failed
2025-02-22 zzz
* Console: Add support for notification bubbles
2025-02-21 zzz
* Client: Deprecate getters for unused encryption private key
* i2psnark: Set bulk profile
* i2ptunnel: Set bulk profile for servers
* Tunnels: Prep for bw params (prop. 168)
2025-02-20 zzz
* Tunnels: Fix tunnel test for OB client tunnels
2025-02-17 zzz 2025-02-17 zzz
* i2ptunnel: Add .i2p.alt support to HTTP and SOCKS client tunnels (MR 222) * i2ptunnel: Add .i2p.alt support to HTTP and SOCKS client tunnels (MR 222)
* SusiDNS: Implement sort-by-added-date (MR 231) * SusiDNS: Implement sort-by-added-date (MR 231)
......
...@@ -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 = 2; public final static long BUILD = 3;
/** 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