Skip to content

Commit a19dad6

Browse files
authored
Merge pull request #4383 from vicentebolea/bump-release-version
Bump version to v2.10.2
2 parents f5e269f + 972f666 commit a19dad6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ endif()
1414

1515
include(${CMAKE_CURRENT_LIST_DIR}/cmake/ADIOSFunctions.cmake)
1616

17-
setup_version(2.10.1)
17+
setup_version(2.10.2)
1818

1919
project(ADIOS2 VERSION ${ADIOS2_VERSION})
2020

ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you find ADIOS2 useful, please cite our [SoftwareX paper](https://doi.org/10.
5050

5151
## Releases
5252

53-
* Latest release: [v2.10.1](https://github.com/ornladios/ADIOS2/releases/tag/v2.10.1)
53+
* Latest release: [v2.10.2](https://github.com/ornladios/ADIOS2/releases/tag/v2.10.2)
5454

5555
* Previous releases: [https://github.com/ornladios/ADIOS2/releases](https://github.com/ornladios/ADIOS2/releases)
5656

docs/user_guide/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# The short X.Y version.
7575
version = u'2'
7676
# The full version, including alpha/beta/rc tags.
77-
release = u'2.10.1'
77+
release = u'2.10.2'
7878

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

0 commit comments

Comments
 (0)