Skip to content

Commit 7c2ceb2

Browse files
committed
Update version, tag, and date for 0.28.0
1 parent 7da222a commit 7c2ceb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
4444
# Build all of pika
4545
# ##################################################################################################
4646
set(PIKA_VERSION_MAJOR 0)
47-
set(PIKA_VERSION_MINOR 27)
47+
set(PIKA_VERSION_MINOR 28)
4848
set(PIKA_VERSION_PATCH 0)
49-
set(PIKA_VERSION_DATE 20240815)
50-
set(PIKA_VERSION_TAG "-trunk")
49+
set(PIKA_VERSION_DATE 20240904)
50+
set(PIKA_VERSION_TAG "")
5151

5252
set(PIKA_VERSION "${PIKA_VERSION_MAJOR}.${PIKA_VERSION_MINOR}.${PIKA_VERSION_PATCH}")
5353
set(PIKA_LIBRARY_VERSION "${PIKA_VERSION}")

0 commit comments

Comments
 (0)