Skip to content

Commit 3521f71

Browse files
committed
Updating version number on master
1 parent 248d740 commit 3521f71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ endif()
5858
# Build all of HPX
5959
# ##############################################################################
6060
set(HPX_VERSION_MAJOR 1)
61-
set(HPX_VERSION_MINOR 10)
61+
set(HPX_VERSION_MINOR 11)
6262
set(HPX_VERSION_SUBMINOR 0)
6363
set(HPX_VERSION_DATE 20240529)
64-
set(HPX_VERSION_TAG "")
64+
set(HPX_VERSION_TAG "-trunk")
6565

6666
set(HPX_VERSION
6767
"${HPX_VERSION_MAJOR}.${HPX_VERSION_MINOR}.${HPX_VERSION_SUBMINOR}"

0 commit comments

Comments
 (0)