diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9fcb637..c320368 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -54,7 +54,7 @@ endif() # prepare configuration file SET(VERSION_MAJOR "1") SET(VERSION_MINOR "1") -SET(VERSION_PATCH "3") +SET(VERSION_PATCH "5") message(STATUS "Writing configuration file in: ${CMAKE_CURRENT_SOURCE_DIR}/config.h") configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/config.h @ONLY)