Skip to content

Commit 06c66d5

Browse files
committed
Update version number
1 parent bcfaaf9 commit 06c66d5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ endif()
1414
include(CMakeDependentOption)
1515

1616
# Set version number
17-
set(RAJA_VERSION_MAJOR 2023)
18-
set(RAJA_VERSION_MINOR 06)
19-
set(RAJA_VERSION_PATCHLEVEL 1)
17+
set(RAJA_VERSION_MAJOR 2024)
18+
set(RAJA_VERSION_MINOR 02)
19+
set(RAJA_VERSION_PATCHLEVEL 0)
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
# built documents.
8787
#
8888
# The short X.Y version.
89-
version = u'2023.06'
89+
version = u'2024.02'
9090
# The full version, including alpha/beta/rc tags.
91-
release = u'2023.06.1'
91+
release = u'2024.02.0'
9292

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

0 commit comments

Comments
 (0)