Skip to content

Commit

Permalink
Update version number on develop after branching off for 4.1.00
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jun 9, 2023
1 parent 789b62c commit 005a85b
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 0)
set(Kokkos_VERSION_MINOR 1)
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 = 0
KOKKOS_VERSION_MINOR = 1
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 005a85b

Please sign in to comment.