Skip to content

Commit d600f11

Browse files
committed
Merge branch 'main-dev' of https://github.com/ashvardanian/fork_union into main-dev
2 parents 6e8f415 + 8f80298 commit d600f11

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif ()
1313

1414
project(
1515
fork_union
16-
VERSION 2.2.0
16+
VERSION 2.2.1
1717
DESCRIPTION "Low-latency OpenMP-style NUMA-aware cross-platform fine-grained parallelism library"
1818
LANGUAGES CXX
1919
)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fork_union"
33
description = "Low-latency OpenMP-style NUMA-aware cross-platform fine-grained parallelism library"
4-
version = "2.2.0"
4+
version = "2.2.1"
55
edition = "2021"
66
authors = ["Ash Vardanian"]
77
license = "Apache-2.0"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.2.1

include/fork_union.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
#define FORK_UNION_VERSION_MAJOR 2
8282
#define FORK_UNION_VERSION_MINOR 2
83-
#define FORK_UNION_VERSION_PATCH 0
83+
#define FORK_UNION_VERSION_PATCH 1
8484

8585
#if !defined(FU_ALLOW_UNSAFE)
8686
#define FU_ALLOW_UNSAFE 0

0 commit comments

Comments
 (0)