Skip to content

Commit 8b6ce63

Browse files
committed
Update version number for release.
1 parent 9f6d349 commit 8b6ce63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include(CMakeDependentOption)
1616
# Set version number
1717
set(RAJA_VERSION_MAJOR 2024)
1818
set(RAJA_VERSION_MINOR 02)
19-
set(RAJA_VERSION_PATCHLEVEL 1)
19+
set(RAJA_VERSION_PATCHLEVEL 2)
2020

2121
if (RAJA_LOADED AND (NOT RAJA_LOADED STREQUAL "${RAJA_VERSION_MAJOR}.${RAJA_VERSION_MINOR}.${RAJA_VERSION_PATCHLEVEL}"))
2222
message(FATAL_ERROR "You are mixing RAJA versions. Loaded is ${RAJA_LOADED}, expected ${RAJA_VERSION_MAJOR}.${RAJA_VERSION_MINOR}.${RAJA_VERSION_PATCHLEVEL}")

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
# The short X.Y version.
8989
version = u'2024.02'
9090
# The full version, including alpha/beta/rc tags.
91-
release = u'2024.02.1'
91+
release = u'2024.02.2'
9292

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

0 commit comments

Comments
 (0)