Add missing parts of rrd4j 3.5 omitted from previous checkin (ticket #2684)

Apache 2.0 and LGPLv2.1
This commit is contained in:
zzz
2020-02-25 15:15:23 +00:00
parent 88a4261b03
commit ab28ee960e
76 changed files with 15137 additions and 2 deletions

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 1;
public final static long BUILD = 2;
/** for example "-test" */
public final static String EXTRA = "";