poupdate-source for 0.9.38

Fix poupdate script to not pick up tags in 3rd party libs
This commit is contained in:
zzz
2019-01-09 19:03:41 +00:00
parent 671e9dd711
commit 8cd7e7de65
4 changed files with 1787 additions and 1530 deletions

View File

@ -18,10 +18,10 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 14;
public final static long BUILD = 15;
/** 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);