forked from I2P_Developers/i2p.i2p
bump -4
This commit is contained in:
@ -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
|
||||
|
@ -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 = "";
|
||||
|
Reference in New Issue
Block a user