Skip to content
Snippets Groups Projects
Commit 77dd227a authored by Patrick Nonn's avatar Patrick Nonn
Browse files

Canged Project-Version to 7.07.01, raised cmake requirement to 3.12 (addaption to Ubuntu 20.04)

parent 432608f5
No related branches found
Tags 07.07.01
No related merge requests found
PROJECT(llrfctrl-config NONE)
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)
# Note: Always keep MAJOR_VERSION and MINOR_VERSION identical to the server version. Count only the patch separately.
set(${PROJECT_NAME}_MAJOR_VERSION 07)
set(${PROJECT_NAME}_MINOR_VERSION 08)
set(${PROJECT_NAME}_PATCH_VERSION 00)
set(${PROJECT_NAME}_MINOR_VERSION 07)
set(${PROJECT_NAME}_PATCH_VERSION 01)
include(cmake/set_version_numbers.cmake)
include(cmake/config_generator_project.cmake)
......
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