File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11cff-version : 1.2.0
2- title : pika 0.33 .0
2+ title : pika 0.34 .0
33repository-code : https://github.com/pika-org/pika
44message : >-
55 If you use this software, please cite it using the
@@ -43,8 +43,8 @@ keywords:
4343 - thread pool
4444license : BSL-1.0
4545license-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 '
4848references :
4949 - title : " HPX - The C++ Standard Library for Parallelism and Concurrency"
5050 doi : 10.21105/joss.02352
Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
4444# Build all of pika
4545# ##################################################################################################
4646set (PIKA_VERSION_MAJOR 0)
47- set (PIKA_VERSION_MINOR 33 )
47+ set (PIKA_VERSION_MINOR 34 )
4848set (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
5252set (PIKA_VERSION "${PIKA_VERSION_MAJOR} .${PIKA_VERSION_MINOR} .${PIKA_VERSION_PATCH} " )
5353set (PIKA_LIBRARY_VERSION "${PIKA_VERSION} " )
You can’t perform that action at this time.
0 commit comments