Skip to content

Commit 63076d5

Browse files
author
TinySemVer
committed
Release: v2.2.2 [skip ci]
### Patch - Fix: Mark unused variables (6e8f415)
1 parent d600f11 commit 63076d5

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.1
16+
VERSION 2.2.2
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.1"
4+
version = "2.2.2"
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.1
1+
2.2.2

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 1
83+
#define FORK_UNION_VERSION_PATCH 2
8484

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

0 commit comments

Comments
 (0)