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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)
2
2
3
3
project (
4
4
fork_union
5
- VERSION 2.1.1
5
+ VERSION 2.1.2
6
6
DESCRIPTION "Low-latency OpenMP-style NUMA-aware cross-platform fine-grained parallelism library"
7
7
LANGUAGES CXX
8
8
)
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.1.1 "
4
+ version = " 2.1.2 "
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.1.1
1
+ 2.1.2
Original file line number Diff line number Diff line change 75
75
76
76
#define FORK_UNION_VERSION_MAJOR 2
77
77
#define FORK_UNION_VERSION_MINOR 1
78
- #define FORK_UNION_VERSION_PATCH 1
78
+ #define FORK_UNION_VERSION_PATCH 2
79
79
80
80
#if !defined(FU_ALLOW_UNSAFE)
81
81
#define FU_ALLOW_UNSAFE 0
You can’t perform that action at this time.
0 commit comments