Files
BlitzLLVM/CMakeVersion.txt
T
Michael Fabian Dirks 46c626fa7b Initial Commit
BlitzLLVM is licensed under the LGPL to hopefully discourage people from claiming this works as their own and selling it.
2017-04-10 14:58:19 +02:00

8 lines
181 B
Plaintext

SET(VERSION_MAJOR 0)
SET(VERSION_MINOR 0)
SET(VERSION_PATCH 1)
SET(VERSION_BUILD 0)
configure_file(
"${PROJECT_SOURCE_DIR}/templates/version.h"
"${PROJECT_BINARY_DIR}/version.h"
)