set version extra string to false for release

shapetextures
Maikel de Vries 2016-01-15 19:11:49 +01:00
parent 44f913d0e5
commit 343fb1bb8c
1 changed files with 2 additions and 2 deletions

View File

@ -26,5 +26,5 @@ SET(C4XVER1 7)
SET(C4XVER2 0)
# Set this variable to any string for pre-release versions, like "alpha" or
# "rc1". Don't supply a value for release versions.
SET(C4VERSIONEXTRA "alpha0")
# "rc1". Don't supply a value (FALSE) for release versions.
SET(C4VERSIONEXTRA FALSE)