diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c2ea67687..cb3697a15d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ endif() include(${CMAKE_CURRENT_LIST_DIR}/cmake/ADIOSFunctions.cmake) -setup_version(2.10.0) +setup_version(2.10.1) project(ADIOS2 VERSION ${ADIOS2_VERSION}) diff --git a/ReadMe.md b/ReadMe.md index 9eec18d848..0daa2fa117 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -71,7 +71,7 @@ Once ADIOS2 is installed refer to: ## Releases -* Latest release: [v2.10.0](https://github.com/ornladios/ADIOS2/releases/tag/v2.10.0) +* Latest release: [v2.10.1](https://github.com/ornladios/ADIOS2/releases/tag/v2.10.1) * 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 ec81cf9a34..65074a4cd4 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.0' +release = u'2.10.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/user_guide/source/setting_up/source/cmake.rst b/docs/user_guide/source/setting_up/source/cmake.rst index ce5b44dd2a..8bb79463a7 100644 --- a/docs/user_guide/source/setting_up/source/cmake.rst +++ b/docs/user_guide/source/setting_up/source/cmake.rst @@ -14,7 +14,7 @@ To build ADIOS v2.x, clone the repository and invoke the canonical CMake build s ... ADIOS2 build configuration: - ADIOS Version: 2.10.0 + ADIOS Version: 2.10.1 C++ Compiler : GNU 9.4.0 /usr/bin/c++