forked from I2P_Developers/i2p.i2p
poupdate-source
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user