Skip to content

Commit

Permalink
bump -18
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Dec 6, 2023
1 parent f4d22b0 commit 603613c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2023-12-06 zzz
* Susimail:
- Flush output to fix truncated mails
- Close output for attachments
- Fix setting encoding for attachments
- Set length for binary encoding

2023-12-05 zzz
* Build: poupdate-source
* i2ptunnel: Remove dup headers in error pages
Expand Down
2 changes: 1 addition & 1 deletion router/java/src/net/i2p/router/RouterVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 17;
public final static long BUILD = 18;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;
Expand Down

0 comments on commit 603613c

Please sign in to comment.