Skip to content
Snippets Groups Projects
Commit 31b0b513 authored by Jens Georg's avatar Jens Georg
Browse files

Bump patch version

parent 5b64f1ad
No related branches found
No related tags found
No related merge requests found
Pipeline #33848 failed
......@@ -7,7 +7,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.5.1)
# Use the project template to get the settings required for an application core project
set(${PROJECT_NAME}_MAJOR_VERSION 01)
set(${PROJECT_NAME}_MINOR_VERSION 00)
set(${PROJECT_NAME}_PATCH_VERSION 00)
set(${PROJECT_NAME}_PATCH_VERSION 01)
include(cmake/set_version_numbers.cmake)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)
......
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