From 972f66626360a960376d9bba5395c1a4b850aa57 Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Fri, 25 Oct 2024 21:13:24 -0400 Subject: [PATCH] Bump version to v2.10.2 --- CMakeLists.txt | 2 +- ReadMe.md | 2 +- docs/user_guide/source/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb3697a15d..05736294f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ endif() include(${CMAKE_CURRENT_LIST_DIR}/cmake/ADIOSFunctions.cmake) -setup_version(2.10.1) +setup_version(2.10.2) project(ADIOS2 VERSION ${ADIOS2_VERSION}) diff --git a/ReadMe.md b/ReadMe.md index 51fe2bf815..43b22e58b5 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -50,7 +50,7 @@ If you find ADIOS2 useful, please cite our [SoftwareX paper](https://doi.org/10. ## Releases -* Latest release: [v2.10.1](https://github.com/ornladios/ADIOS2/releases/tag/v2.10.1) +* Latest release: [v2.10.2](https://github.com/ornladios/ADIOS2/releases/tag/v2.10.2) * Previous releases: [https://github.com/ornladios/ADIOS2/releases](https://github.com/ornladios/ADIOS2/releases) diff --git a/docs/user_guide/source/conf.py b/docs/user_guide/source/conf.py index 65074a4cd4..726d6eac46 100644 --- a/docs/user_guide/source/conf.py +++ b/docs/user_guide/source/conf.py @@ -74,7 +74,7 @@ # The short X.Y version. version = u'2' # The full version, including alpha/beta/rc tags. -release = u'2.10.1' +release = u'2.10.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.