From ccb456ff749d5a488031c6ea99c3fc451f128729 Mon Sep 17 00:00:00 2001 From: Chuck Atkins Date: Mon, 30 Sep 2019 16:47:47 -0400 Subject: [PATCH] Bump version to 2.5.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fbd711486..0449a01a7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ endif() include(${CMAKE_CURRENT_LIST_DIR}/cmake/ADIOSFunctions.cmake) -setup_version(2.4.0) +setup_version(2.5.0) project(ADIOS2 VERSION ${ADIOS2_VERSION}) if(POLICY CMP0074)