Skip to content
Snippets Groups Projects
Commit 0b530985 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

version bump (2.1.1)

parent 52ef4899
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ option(PROFILE_ENABLED "instrument for gprof" OFF)
set(CMAKE_PROJECT_VERSION_MAJOR 2)
set(CMAKE_PROJECT_VERSION_MINOR 1)
set(CMAKE_PROJECT_VERSION_PATCH 0)
set(CMAKE_PROJECT_VERSION_PATCH 1)
add_compile_definitions(VERSION_MAJOR=${CMAKE_PROJECT_VERSION_MAJOR})
add_compile_definitions(VERSION_MINOR=${CMAKE_PROJECT_VERSION_MINOR})
add_compile_definitions(VERSION_PATCH=${CMAKE_PROJECT_VERSION_PATCH})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment