From acff4739b2dc6396e90dbb94d00b36e9f5fc7fe3 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Wed, 6 Apr 2022 19:10:33 +0100 Subject: [PATCH] Bump up version --- .appveyor.yml | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index b7da354fe..dc9ae21cb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,7 +2,7 @@ # general configuration # #---------------------------------# -version: 2.25.1-{build}-{branch} +version: 2.25.2-{build}-{branch} branches: only: diff --git a/CMakeLists.txt b/CMakeLists.txt index 880f5ed20..30221055b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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