Skip to content

Commit

Permalink
Update version, tag, and date for 0.27.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Aug 15, 2024
1 parent 5743c9e commit d5c21c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
# Build all of pika
# ##################################################################################################
set(PIKA_VERSION_MAJOR 0)
set(PIKA_VERSION_MINOR 26)
set(PIKA_VERSION_PATCH 1)
set(PIKA_VERSION_DATE 20240731)
set(PIKA_VERSION_TAG "-trunk")
set(PIKA_VERSION_MINOR 27)
set(PIKA_VERSION_PATCH 0)
set(PIKA_VERSION_DATE 20240815)
set(PIKA_VERSION_TAG "")

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

0 comments on commit d5c21c7

Please sign in to comment.