oops, *actually* format the version string properly

This commit is contained in:
Menche 2016-08-01 12:03:04 -07:00 committed by darkrose
parent 1d105a5601
commit 5b19322e1b
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ project(voxelands)
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
execute_process(COMMAND git log -1 --date=short --format=%cd-%h OUTPUT_STRIP_TRAILING_WHITESPACE OUTPUT_VARIABLE VERSION_STRING)
set(VERSION_STRING \"${VERSION_STRING}\")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")