Skip to content

Commit

Permalink
Merge pull request #1323 from msimberg/post-release-0.30.0
Browse files Browse the repository at this point in the history
Add back `-trunk` version tag after 0.30.0 release
  • Loading branch information
msimberg authored Nov 8, 2024
2 parents 25a54d9 + a5762ae commit 1a62925
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 @@ -47,7 +47,7 @@ set(PIKA_VERSION_MAJOR 0)
set(PIKA_VERSION_MINOR 30)
set(PIKA_VERSION_PATCH 0)
set(PIKA_VERSION_DATE 20241108)
set(PIKA_VERSION_TAG "")
set(PIKA_VERSION_TAG "-trunk")

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

0 comments on commit 1a62925

Please sign in to comment.