Skip to content

Commit

Permalink
Bump version to v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed May 29, 2024
1 parent f691736 commit 5a42440
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})

Expand Down
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/source/setting_up/source/cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down

0 comments on commit 5a42440

Please sign in to comment.