Skip to content

Commit 7c944b3

Browse files
committed
vrl for newer jdks >= 11 (see changes in vrl-studio)
1 parent d32f29e commit 7c944b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

VRL/src/eu/mihosoft/vrl/system/Constants.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ public class Constants {
7272
* variable indicate incompatible versions. Thus, for each major version, a
7373
* custom property folder will be generated.
7474
*/
75-
public static final String VERSION_MAJOR = "0.4.4";
75+
public static final String VERSION_MAJOR = "0.4.5";
7676
/**
7777
* VRL version number that indicates major and minor changes.
7878
*/
79-
public static final String VERSION_BASE = VERSION_MAJOR + ".0.3";
79+
public static final String VERSION_BASE = VERSION_MAJOR + ".0.0";
8080
// "-HEAD" or "-unstable" or "" for release etc.
8181
public static final String VERSION_SUFFIX = "";
8282
// full version (base+suffix+date)
@@ -87,12 +87,12 @@ public class Constants {
8787
* Copyright statement.
8888
*/
8989
public static final String COPYRIGHT =
90-
"2006-" + /*<VRL_COMPILE_DATE_YEAR>*/"2018"/*</VRL_COMPILE_DATE_YEAR>*/ + " by Michael Hoffer &lt;info@michaelhoffer.de&gt;";
90+
"2006-" + /*<VRL_COMPILE_DATE_YEAR>*/"2020"/*</VRL_COMPILE_DATE_YEAR>*/ + " by Michael Hoffer &lt;info@michaelhoffer.de&gt;";
9191
/**
9292
* Simple copyright statement (usefull for windows titles etc.)
9393
*/
9494
public static final String COPYRIGHT_SIMPLE =
95-
"2006-" + /*<VRL_COMPILE_DATE_YEAR>*/"2018"/*</VRL_COMPILE_DATE_YEAR>*/ + " by Michael Hoffer";
95+
"2006-" + /*<VRL_COMPILE_DATE_YEAR>*/"2020"/*</VRL_COMPILE_DATE_YEAR>*/ + " by Michael Hoffer";
9696
/**
9797
* Defines which projects can be processed by this version of VRL.
9898
*/

0 commit comments

Comments
 (0)