Skip to content

Commit 722b311

Browse files
author
TinySemVer
committed
Release: v2.2.4 [skip ci]
### Patch - Fix: Sign conversion warnings (e29bfe2)
1 parent e29bfe2 commit 722b311

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

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 3
83+
#define FORK_UNION_VERSION_PATCH 4
8484

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

0 commit comments

Comments
 (0)