46c626fa7b
BlitzLLVM is licensed under the LGPL to hopefully discourage people from claiming this works as their own and selling it.
8 lines
181 B
Plaintext
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"
|
|
) |