Version bump

This commit is contained in:
Shahram Najm 2021-12-15 16:17:30 +00:00
parent 66700b02d8
commit 65ffe50888
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# general configuration #
#---------------------------------#
version: 2.24.0-{build}-{branch}
version: 2.24.1-{build}-{branch}
branches:
only:

View File

@ -21,7 +21,7 @@ cmake_minimum_required( VERSION 3.12 FATAL_ERROR )
find_package( ecbuild 3.4 REQUIRED HINTS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../ecbuild)
# Initialise project
project( eccodes VERSION 2.24.0 LANGUAGES C )
project( eccodes VERSION 2.24.1 LANGUAGES C )
###############################################################################
# system checks needed for eccodes_config.h and some options like MEMFS