Hotfix release version 2.22.1

This commit is contained in:
Shahram Najm 2021-06-15 16:34:20 +01:00
parent e10dd0d7f8
commit af9092b726
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -4,7 +4,7 @@ PACKAGE_NAME='eccodes'
# Package version
ECCODES_MAJOR_VERSION=2
ECCODES_MINOR_VERSION=22
ECCODES_REVISION_VERSION=0
ECCODES_REVISION_VERSION=1
ECCODES_CURRENT=1
ECCODES_REVISION=0