Skip to content

Commit 61e18a5

Browse files
committed
update version to 4.6.0
1 parent e5b766e commit 61e18a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ SET(KOKKOSKERNELS_TOP_BUILD_DIR ${CMAKE_CURRENT_BINARY_DIR})
1010
SET(KOKKOSKERNELS_TOP_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
1111

1212
SET(KokkosKernels_VERSION_MAJOR 4)
13-
SET(KokkosKernels_VERSION_MINOR 5)
14-
SET(KokkosKernels_VERSION_PATCH 99)
13+
SET(KokkosKernels_VERSION_MINOR 6)
14+
SET(KokkosKernels_VERSION_PATCH 0)
1515
SET(KokkosKernels_VERSION "${KokkosKernels_VERSION_MAJOR}.${KokkosKernels_VERSION_MINOR}.${KokkosKernels_VERSION_PATCH}")
1616

1717
#Set variables for config file
@@ -138,7 +138,7 @@ ELSE()
138138
ENDIF()
139139
IF(${Kokkos_VERSION} VERSION_GREATER_EQUAL "4.4.01")
140140
MESSAGE(STATUS "Found Kokkos version ${Kokkos_VERSION} at ${Kokkos_DIR}")
141-
IF((${Kokkos_VERSION} VERSION_GREATER "4.5.99"))
141+
IF((${Kokkos_VERSION} VERSION_GREATER "4.6.99"))
142142
MESSAGE(WARNING "Configuring with Kokkos ${Kokkos_VERSION} which is newer than the expected develop branch - version check may need update")
143143
ENDIF()
144144
ELSE()

0 commit comments

Comments
 (0)