Skip to content

Commit d214d72

Browse files
committed
Bump version to v2.12.1
1 parent 68133e6 commit d214d72

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif()
1818

1919
include(${CMAKE_CURRENT_LIST_DIR}/cmake/ADIOSFunctions.cmake)
2020

21-
setup_version(2.12.0)
21+
setup_version(2.12.1)
2222

2323
project(ADIOS2 VERSION ${ADIOS2_VERSION})
2424

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you find ADIOS2 useful, please cite our [SoftwareX paper](https://doi.org/10.
5252

5353
## Releases
5454

55-
* Latest release: [v2.12.0](https://github.com/ornladios/ADIOS2/releases/tag/v2.12.0)
55+
* Latest release: [v2.12.1](https://github.com/ornladios/ADIOS2/releases/tag/v2.12.1)
5656
* Previous releases: [https://github.com/ornladios/ADIOS2/releases](https://github.com/ornladios/ADIOS2/releases)
5757

5858
## Packages

docs/user_guide/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# The short X.Y version.
7171
version = "2"
7272
# The full version, including alpha/beta/rc tags.
73-
release = "2.12.0"
73+
release = "2.12.1"
7474

7575
# The language for content autogenerated by Sphinx. Refer to documentation
7676
# for a list of supported languages.

docs/user_guide/source/setting_up/source/cmake.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To build ADIOS v2.x, clone the repository and invoke the canonical CMake build s
1414
...
1515
1616
ADIOS2 build configuration:
17-
ADIOS Version: 2.12.0
17+
ADIOS Version: 2.12.1
1818
C++ Compiler : GNU 9.4.0
1919
/usr/bin/c++
2020

0 commit comments

Comments
 (0)