Skip to content

Commit

Permalink
Updating version number on master
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed May 29, 2024
1 parent 248d740 commit 3521f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ endif()
# Build all of HPX
# ##############################################################################
set(HPX_VERSION_MAJOR 1)
set(HPX_VERSION_MINOR 10)
set(HPX_VERSION_MINOR 11)
set(HPX_VERSION_SUBMINOR 0)
set(HPX_VERSION_DATE 20240529)
set(HPX_VERSION_TAG "")
set(HPX_VERSION_TAG "-trunk")

set(HPX_VERSION
"${HPX_VERSION_MAJOR}.${HPX_VERSION_MINOR}.${HPX_VERSION_SUBMINOR}"
Expand Down

0 comments on commit 3521f71

Please sign in to comment.