Skip to content

Commit 4062c0f

Browse files
committed
Update version, tag, and date for 0.34.0 release
1 parent 5454e7b commit 4062c0f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cff-version: 1.2.0
2-
title: pika 0.33.0
2+
title: pika 0.34.0
33
repository-code: https://github.com/pika-org/pika
44
message: >-
55
If you use this software, please cite it using the
@@ -43,8 +43,8 @@ keywords:
4343
- thread pool
4444
license: BSL-1.0
4545
license-url: https://opensource.org/license/bsl-1-0
46-
version: 0.33.0
47-
date-released: '2025-04-02'
46+
version: 0.34.0
47+
date-released: '2025-06-11'
4848
references:
4949
- title: "HPX - The C++ Standard Library for Parallelism and Concurrency"
5050
doi: 10.21105/joss.02352

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 33)
47+
set(PIKA_VERSION_MINOR 34)
4848
set(PIKA_VERSION_PATCH 0)
49-
set(PIKA_VERSION_DATE 20250402)
50-
set(PIKA_VERSION_TAG "-trunk")
49+
set(PIKA_VERSION_DATE 20250611)
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)