Skip to content
Snippets Groups Projects

focus 2024-12

Merged Martin Christoph Hierholzer requested to merge mhier/focus-2024-12 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5)
# Note: Always keep MAJOR_VERSION and MINOR_VERSION identical to the server version. Count only the patch separately.
set(${PROJECT_NAME}_MAJOR_VERSION 08)
set(${PROJECT_NAME}_MINOR_VERSION 08)
set(${PROJECT_NAME}_PATCH_VERSION 09)
set(${PROJECT_NAME}_PATCH_VERSION 10)
include(cmake/set_version_numbers.cmake)
include(cmake/config_generator_project.cmake)
Loading