Skip to content

Commit

Permalink
[ci skip] Update Kokkos version to 4.2.99
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Oct 17, 2023
1 parent 0c0cafa commit 629135a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ ENDIF()


set(Kokkos_VERSION_MAJOR 4)
set(Kokkos_VERSION_MINOR 1)
set(Kokkos_VERSION_MINOR 2)
set(Kokkos_VERSION_PATCH 99)
set(Kokkos_VERSION "${Kokkos_VERSION_MAJOR}.${Kokkos_VERSION_MINOR}.${Kokkos_VERSION_PATCH}")
message(STATUS "Kokkos version: ${Kokkos_VERSION}")
Expand Down
2 changes: 1 addition & 1 deletion Makefile.kokkos
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Default settings common options.

KOKKOS_VERSION_MAJOR = 4
KOKKOS_VERSION_MINOR = 1
KOKKOS_VERSION_MINOR = 2
KOKKOS_VERSION_PATCH = 99
KOKKOS_VERSION = $(shell echo $(KOKKOS_VERSION_MAJOR)*10000+$(KOKKOS_VERSION_MINOR)*100+$(KOKKOS_VERSION_PATCH) | bc)

Expand Down

0 comments on commit 629135a

Please sign in to comment.