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

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

bump -7-rc

parent cad8fe95
No related branches found
Tags i2p-2.5.2-7-rc
No related merge requests found
Pipeline #1871 failed
2024-07-02 zzz
* Jetty: Don't show null exception message in XSSFilter
2024-07-01 zzz
* Tunnels: Peer selection tweak
2024-06-30 zzz
* i2psnark: Fix alignment of torrent names (light/vanilla themes) (Github #76)
* Router: Remove ancient test code for variable leasesets
* Tunnels: Remove old check for buggy routers now that MIN_VERSION is higher
* Util: Don't classify ARM servers as slow (Github #77)
2024-06-29 zzz
* i2psnark: Fix config display of limit for max up bw after restart (Github #75)
* Util: Remove discontinued DoH server (Github PR #79)
 
2024-06-27 zzz
* I2CP: Increase % of router bandwidth reported to clients
......
......@@ -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 = 6;
public final static String QUALIFIER = "-rc";
public final static long BUILD = 7;
/** 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