Build.BlitzBuild - version::is-newer
Description
Compares two version numbers, and returns true if v1 is newer than v2. For example, 1.2.3.4 is newer than 1.1.2.3 so would return true.
bool version::is-newer (
string v1,
string v2
)
Compares two version numbers, and returns true if v1 is newer than v2. For example, 1.2.3.4 is newer than 1.1.2.3 so would return true.
bool version::is-newer (
string v1,
string v2
)