Skip to content

Commit

Permalink
Update version, tag, and date for 0.32.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Feb 4, 2025
1 parent 4f9c7e8 commit 49e0a23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cff-version: 1.2.0
title: pika 0.31.0
title: pika 0.32.0
repository-code: https://github.com/pika-org/pika
message: >-
If you use this software, please cite it using the
Expand Down Expand Up @@ -43,8 +43,8 @@ keywords:
- thread pool
license: BSL-1.0
license-url: https://opensource.org/license/bsl-1-0
version: 0.31.0
date-released: '2024-12-18'
version: 0.32.0
date-released: '2025-02-05'
references:
- title: "HPX - The C++ Standard Library for Parallelism and Concurrency"
doi: 10.21105/joss.02352
Expand Down
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 31)
set(PIKA_VERSION_MINOR 32)
set(PIKA_VERSION_PATCH 0)
set(PIKA_VERSION_DATE 20241218)
set(PIKA_VERSION_TAG "-trunk")
set(PIKA_VERSION_DATE 20250205)
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 49e0a23

Please sign in to comment.