Skip to content

Commit

Permalink
Merge branch 'release-0.4.X'
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Dec 16, 2024
2 parents 1c8f994 + 3a4f158 commit 8f2895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.19)
project(HPXKokkos CXX)

set(HPX_KOKKOS_VERSION_MAJOR 0)
set(HPX_KOKKOS_VERSION_MINOR 3)
set(HPX_KOKKOS_VERSION_MINOR 4)
set(HPX_KOKKOS_VERSION_PATCH 0)
set(HPX_KOKKOS_VERSION_STRING "${HPX_KOKKOS_VERSION_MAJOR}.${HPX_KOKKOS_VERSION_MINOR}.${HPX_KOKKOS_VERSION_PATCH}.")

Expand Down

0 comments on commit 8f2895f

Please sign in to comment.