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 0.2.0
5
+ VERSION 0.2.1
6
6
DESCRIPTION "Minimalistic C++ thread-pool designed for SIMT-style 'Fork-Join' parallelism"
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 = " Minimalistic scoped thread-pool designed for SIMT-style 'Fork-Join' parallelism"
4
- version = " 0.1 .1"
4
+ version = " 0.2 .1"
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
- 0.2.0
1
+ 0.2.1
Original file line number Diff line number Diff line change 13
13
14
14
#define FORK_UNION_VERSION_MAJOR 0
15
15
#define FORK_UNION_VERSION_MINOR 2
16
- #define FORK_UNION_VERSION_PATCH 0
16
+ #define FORK_UNION_VERSION_PATCH 1
17
17
18
18
/* *
19
19
* On C++17 and later we can detect misuse of lambdas that are not properly annotated.
You can’t perform that action at this time.
0 commit comments