Skip to content
Snippets Groups Projects
Commit b138bee6 authored by Filippo Rusconi's avatar Filippo Rusconi
Browse files

Set version to 0.4.9 to match the version in d/changelog. Also changed the...

Set version to 0.4.9 to match the version in d/changelog. Also changed the VERSION to a numeric literal and not to a variable to needs to be expanded.
parent d642bf6c
No related branches found
No related tags found
No related merge requests found
......@@ -137,9 +137,9 @@ set(BUILD_SYSTEM_NAME "${CMAKE_SYSTEM}")
set(XTPCPP_VERSION_MAJOR "0")
set(XTPCPP_VERSION_MINOR "4")
set(XTPCPP_VERSION_PATCH "8")
set(XTPCPP_VERSION_PATCH "9")
set(XTPCPP_VERSION "${XTPCPP_VERSION_MAJOR}.${XTPCPP_VERSION_MINOR}.${XTPCPP_VERSION_PATCH}")
set(VERSION ${XTPCPP_VERSION})
set(VERSION 0.4.9)
# Set the CMAKE_PREFIX_PATH for the find_library fonction when using non
# standard install location
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment