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

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

bump -16

parent 84a66eec
No related branches found
No related tags found
No related merge requests found
Pipeline #1346 failed
2023-11-29 zzz
* Build: Handle QUALIFIER
* UPnP:
- Fix missing port in Host header causing failures on libupnp-based devices
- Fix handing of multiple IGDs
- Improve logging about multiple IGDs
- Make case of HTTP headers more standard
2023-11-27 zzz
* i2psnark: Delay bandwidth limits check briefly
2023-11-21 zzz
* Addressbook: Workaround for i2p-projekt.i2p etag bug (Gitlab #454)
* Console: Don't list inner classes on /configlogging
......
......@@ -20,7 +20,7 @@ public class RouterVersion {
public final static String VERSION = CoreVersion.VERSION;
/** for example: "beta", "alpha", "rc" */
public final static String QUALIFIER = "-rc";
public final static long BUILD = 15;
public final static long BUILD = 16;
/** 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