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

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

bump -14-rc

parent 6b185942
No related branches found
No related tags found
No related merge requests found
2022-12-31 zzz
* Console: Change color palette for graphs on dark theme
* i2psnark:
- Update tracker list after editing torrent (Gitlab #380)
- Throttle torrent startup to prevent OOMs
2022-12-30 zzz
* UPnP: Catch AssertionError when closing SSDP multicast socket
* Util: Add methods to convert IPv6 addresses to canonical RFC 5952 strings
2022-12-29 zzz
* Tunnels: Limit requested client tunnels during congestion
 
......
......@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Git";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 13;
public final static long BUILD = 14;
/** for example "-test" */
public final static String EXTRA = "-rc";
......
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