poupdate-source

This commit is contained in:
zzz
2022-05-10 12:41:09 -04:00
parent 3a906a6ce5
commit bf27bf140d
3 changed files with 338 additions and 354 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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

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 = 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);