You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+3-7
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ include(CMakeDependentOption)
15
15
16
16
# Set version number
17
17
set(RAJA_VERSION_MAJOR 2024)
18
-
set(RAJA_VERSION_MINOR 02)
19
-
set(RAJA_VERSION_PATCHLEVEL 2)
18
+
set(RAJA_VERSION_MINOR 07)
19
+
set(RAJA_VERSION_PATCHLEVEL 0)
20
20
21
21
if (RAJA_LOADED AND (NOT RAJA_LOADED STREQUAL"${RAJA_VERSION_MAJOR}.${RAJA_VERSION_MINOR}.${RAJA_VERSION_PATCHLEVEL}"))
22
22
message(FATAL_ERROR "You are mixing RAJA versions. Loaded is ${RAJA_LOADED}, expected ${RAJA_VERSION_MAJOR}.${RAJA_VERSION_MINOR}.${RAJA_VERSION_PATCHLEVEL}")
0 commit comments