Skip to content

Commit

Permalink
Update version and tag for 0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Dec 7, 2022
1 parent c7f160b commit c4ca06f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
# Build all of pika
# ##############################################################################
set(PIKA_VERSION_MAJOR 0)
set(PIKA_VERSION_MINOR 10)
set(PIKA_VERSION_MINOR 11)
set(PIKA_VERSION_PATCH 0)
set(PIKA_VERSION_DATE 20221102)
set(PIKA_VERSION_TAG "-trunk")
set(PIKA_VERSION_DATE 20221207)
set(PIKA_VERSION_TAG "")

set(PIKA_VERSION
"${PIKA_VERSION_MAJOR}.${PIKA_VERSION_MINOR}.${PIKA_VERSION_PATCH}"
Expand Down

0 comments on commit c4ca06f

Please sign in to comment.