Alpha phase is completed. New version 2.0.12

This commit is contained in:
Markus
2021-10-17 11:29:20 +00:00
committed by GitHub
parent a1dee08195
commit 3761ff47d2
5 changed files with 24 additions and 28 deletions

View File

@@ -10,7 +10,7 @@ function(SetVersionNumber PREFIX VERSION_STRING)
LIST( GET VERSION_PARTS 1 VERSION_MINOR )
endif()
if(${VERSION_LEN} GREATER 3)
if(${VERSION_LEN} GREATER 2)
LIST( GET VERSION_PARTS 2 VERSION_PATCH )
endif()