poupdate-source

This commit is contained in:
zzz
2022-11-09 08:30:59 -05:00
parent 524b2ab417
commit 2f3615e001
3 changed files with 351 additions and 339 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,6 +2,7 @@
* GeoIP 2022-11-01
* SSU:
- Fail SSU2 on all session request after retry errors
- Temporarily ban peer after inbound handshake failure
- Prefer in China
2022-10-19 zzz

View File

@ -18,10 +18,10 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Git";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 13;
public final static long BUILD = 14;
/** for example "-test" */
public final static String EXTRA = "";
public final static String EXTRA = "-rc";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
public static void main(String args[]) {
System.out.println("I2P Router version: " + FULL_VERSION);