Bump up version

This commit is contained in:
Shahram Najm 2022-04-06 19:10:33 +01:00
parent 1c26d2a441
commit acff4739b2
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# general configuration #
#---------------------------------#
version: 2.25.1-{build}-{branch}
version: 2.25.2-{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.25.1 LANGUAGES C )
project( eccodes VERSION 2.25.2 LANGUAGES C )
###############################################################################
# system checks needed for eccodes_config.h and some options like MEMFS