Skip to content

Commit

Permalink
Change back PIKA_VERSION_TAG to -trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Aug 3, 2022
1 parent 2a4481b commit 5342bce
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 @@ -52,7 +52,7 @@ set(PIKA_VERSION_MAJOR 0)
set(PIKA_VERSION_MINOR 7)
set(PIKA_VERSION_PATCH 0)
set(PIKA_VERSION_DATE 20220803)
set(PIKA_VERSION_TAG "")
set(PIKA_VERSION_TAG "-trunk")

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

0 comments on commit 5342bce

Please sign in to comment.