Skip to content

Commit

Permalink
Update version, tag, and date for 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Nov 8, 2024
1 parent 170876f commit 05a47dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 29)
set(PIKA_VERSION_MINOR 30)
set(PIKA_VERSION_PATCH 0)
set(PIKA_VERSION_DATE 20241004)
set(PIKA_VERSION_TAG "-trunk")
set(PIKA_VERSION_DATE 20241108)
set(PIKA_VERSION_TAG "")

set(PIKA_VERSION "${PIKA_VERSION_MAJOR}.${PIKA_VERSION_MINOR}.${PIKA_VERSION_PATCH}")
set(PIKA_LIBRARY_VERSION "${PIKA_VERSION}")
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Changelog

## 0.30.0 (2024-11-06)
## 0.30.0 (2024-11-08)

### New features

Expand Down

0 comments on commit 05a47dc

Please sign in to comment.