Skip to content

Commit 371699f

Browse files
committed
Update version number to 4.16.0
1 parent 5495cfe commit 371699f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 3.12 FATAL_ERROR )
1515
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../ecbuild/cmake")
1616
find_package( ecbuild 3.4 REQUIRED )
1717

18-
project( magics VERSION 4.15.5 LANGUAGES CXX )
18+
project( magics VERSION 4.16.0 LANGUAGES CXX )
1919

2020
# make sure that the header files are installed into include/magics
2121
# note that this needs to be done before ecbuild_declare_project()

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.15.5
1+
4.16.0

0 commit comments

Comments
 (0)