Skip to content

Commit c613f50

Browse files
author
TinySemVer
committed
Release: v2.2.5 [skip ci]
### Patch - Fix: Missing `+wfxt` for `arch=armv8-a` (24f060a) - Make: Upgrade CI (a46e207)
1 parent 24f060a commit c613f50

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

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

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

0 commit comments

Comments
 (0)