From 7af6c22181ef766b85ccb2bfc8f29fb3c9de27dd Mon Sep 17 00:00:00 2001 From: Sylvie Date: Fri, 24 Jul 2020 11:01:11 +0100 Subject: [PATCH] Updating version t. 4.4.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c727dcf5..be0592e2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ cmake_minimum_required( VERSION 3.6.0 FATAL_ERROR ) -project( magics VERSION 4.4.1 LANGUAGES CXX ) +project( magics VERSION 4.4.2 LANGUAGES CXX ) # make sure that the header files are installed into include/magics # note that this needs to be done before ecbuild_declare_project()