diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c35b1bb..6f64a8d4 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.15.4 LANGUAGES CXX ) +project( magics VERSION 4.15.5 LANGUAGES CXX ) # make sure that the header files are installed into include/magics # note that this needs to be done before ecbuild_declare_project() diff --git a/VERSION b/VERSION index ba121e29..07085384 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.14.2 \ No newline at end of file +4.14.5