This commit is contained in:
zzz
2023-01-22 10:31:38 -05:00
parent 9963503ebf
commit 0af5ea883a
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,12 @@
2023-01-22 zzz
* Build: Fix list of changed files in manifests
* i2psnark: Add max files per torrent config
2023-01-21 zzz
* Console:
- Remove ERR- and WARN- prefixes from status strings
- Catch graph error in Docker (Gitlab #383)
* i2psnark: Search box CSS
* NTCP: Do not rebind internal port if only SSU external port changed
* SSU:
- Eliminate Symmetric NAT errors for "full cone" NATs

View File

@ -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 = 3;
public final static long BUILD = 4;
/** for example "-test" */
public final static String EXTRA = "";