forked from I2P_Developers/i2p.i2p
poupdate-source
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,7 @@
|
||||
2022-05-02 zzz
|
||||
* GeoIP 2022-05-01
|
||||
* Tomcat 9.0.62
|
||||
|
||||
2022-04-27 zzz
|
||||
* SSU2: Peer test updates and fixes
|
||||
|
||||
|
@ -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 = 15;
|
||||
public final static long BUILD = 16;
|
||||
|
||||
/** 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