betaXYZ to betaX (#2882)

This commit is contained in:
tooomm
2017-10-04 18:45:28 +02:00
committed by Zach H
parent 78e299fdfd
commit ada262b826
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ function(get_tag_name commit)
# Extract information from tag:
# YYYY-MM-DD-Release-MAJ.MIN.PATCH
# YYYY-MM-DD-Development-MAJ.MIN.PATCH-betaXYZ
# YYYY-MM-DD-Development-MAJ.MIN.PATCH-betaX
string(REPLACE "-" ";" GIT_TAG_EXPLODED "${GIT_TAG}")
string(REPLACE "." ";" GIT_TAG_EXPLODED "${GIT_TAG_EXPLODED}")