File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
VRL/src/eu/mihosoft/vrl/system Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ public class Constants {
72
72
* variable indicate incompatible versions. Thus, for each major version, a
73
73
* custom property folder will be generated.
74
74
*/
75
- public static final String VERSION_MAJOR = "0.4.4 " ;
75
+ public static final String VERSION_MAJOR = "0.4.5 " ;
76
76
/**
77
77
* VRL version number that indicates major and minor changes.
78
78
*/
79
- public static final String VERSION_BASE = VERSION_MAJOR + ".0.3 " ;
79
+ public static final String VERSION_BASE = VERSION_MAJOR + ".0.0 " ;
80
80
// "-HEAD" or "-unstable" or "" for release etc.
81
81
public static final String VERSION_SUFFIX = "" ;
82
82
// full version (base+suffix+date)
@@ -87,12 +87,12 @@ public class Constants {
87
87
* Copyright statement.
88
88
*/
89
89
public static final String COPYRIGHT =
90
- "2006-" + /*<VRL_COMPILE_DATE_YEAR>*/ "2018 " /*</VRL_COMPILE_DATE_YEAR>*/ + " by Michael Hoffer <info@michaelhoffer.de>" ;
90
+ "2006-" + /*<VRL_COMPILE_DATE_YEAR>*/ "2020 " /*</VRL_COMPILE_DATE_YEAR>*/ + " by Michael Hoffer <info@michaelhoffer.de>" ;
91
91
/**
92
92
* Simple copyright statement (usefull for windows titles etc.)
93
93
*/
94
94
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" ;
96
96
/**
97
97
* Defines which projects can be processed by this version of VRL.
98
98
*/
You can’t perform that action at this time.
0 commit comments