Version bump

This commit is contained in:
Shahram Najm 2022-01-11 15:02:54 +00:00
parent 7e6b6e46fc
commit 3dcb10cdab
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# general configuration # # general configuration #
#---------------------------------# #---------------------------------#
version: 2.24.1-{build}-{branch} version: 2.24.2-{build}-{branch}
branches: branches:
only: 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) find_package( ecbuild 3.4 REQUIRED HINTS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../ecbuild)
# Initialise project # Initialise project
project( eccodes VERSION 2.24.1 LANGUAGES C ) project( eccodes VERSION 2.24.2 LANGUAGES C )
############################################################################### ###############################################################################
# system checks needed for eccodes_config.h and some options like MEMFS # system checks needed for eccodes_config.h and some options like MEMFS