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

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

bump for review

parent 64aa641f
No related branches found
Tags i2p-2.4.0-10rc
No related merge requests found
Pipeline #1596 passed
2024-04-05 zzz
* Susimail: Fix truncation of quoted-printable encoded attachments
* Translation updates
2024-04-04 zzz
* Susimail:
- Only parse mail headers once
- Fix initialization of textarea height
- Fix 413 error forwarding email with attachments
- Fix forwarding email with attachments lacking specified encoding
- Fix forwarding html-only email
2024-03-26 zzz
* NetDB: Store message handling changes
* Transports: Incoming connection checks
......
......@@ -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 = 8;
public final static long BUILD = 9;
/** 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