Control File: left or right hand side version is invalid

When using the versioncmp() function somewhere, this error may popup. This means one of the version is invalid. You have to check the syntax and fix it.

VALIDField: $(versioncmp("1.2.3", "2.2.3") ? "Yes" : "No")
INVALIDField: $(versioncmp("1.2.3", "3.5.*") ? "Yes" : "No")