File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ endif ()
13
13
14
14
project (
15
15
fork_union
16
- VERSION 2.2.3
16
+ VERSION 2.2.4
17
17
DESCRIPTION "Low-latency OpenMP-style NUMA-aware cross-platform fine-grained parallelism library"
18
18
LANGUAGES CXX
19
19
)
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fork_union"
3
3
description = " Low-latency OpenMP-style NUMA-aware cross-platform fine-grained parallelism library"
4
- version = " 2.2.3 "
4
+ version = " 2.2.4 "
5
5
edition = " 2021"
6
6
authors = [" Ash Vardanian" ]
7
7
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
- 2.2.3
1
+ 2.2.4
Original file line number Diff line number Diff line change 80
80
81
81
#define FORK_UNION_VERSION_MAJOR 2
82
82
#define FORK_UNION_VERSION_MINOR 2
83
- #define FORK_UNION_VERSION_PATCH 3
83
+ #define FORK_UNION_VERSION_PATCH 4
84
84
85
85
#if !defined(FU_ALLOW_UNSAFE)
86
86
#define FU_ALLOW_UNSAFE 0
You can’t perform that action at this time.
0 commit comments