Skip to content

Commit

Permalink
Update version for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Aug 11, 2023
1 parent 8a59e6b commit 3a4f158
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 3a4f158

Please sign in to comment.