From 78636d96a2050b782f35d5ca6fecc19269dc9978 Mon Sep 17 00:00:00 2001 From: Sylvie Lamy-Thepaut Date: Mon, 10 Jan 2022 13:18:07 +0000 Subject: [PATCH] Update Version to 4.10.1 : Hotfix in preparation of the opendata --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02ed3331..dbf07637 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 3.12 FATAL_ERROR ) set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../ecbuild/cmake") find_package( ecbuild 3.4 REQUIRED ) -project( magics VERSION 4.10.0 LANGUAGES CXX ) +project( magics VERSION 4.10.1 LANGUAGES CXX ) # make sure that the header files are installed into include/magics # note that this needs to be done before ecbuild_declare_project()