Skip to content

Commit 22befb1

Browse files
likepeng01likepeng01
likepeng01
authored and
likepeng01
committed
update doc and version
1 parent 5312d1f commit 22befb1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(myframe VERSION 0.9.0)
2+
project(myframe VERSION 0.9.1)
33

44
### option
55
option(MYFRAME_USE_CV "Using conditional variables for thread communication" OFF)

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ worker自驱动,可以通过消息与actor交互;
1616

1717
| 操作系统支持 |
1818
| -------------- |
19-
| Windows |
2019
| Linux |
20+
| Windows |
21+
| macOS |
2122

2223
## 构建
2324
* [github ci linux](.github/workflows/linux.yml)
2425
* [github ci windows](.github/workflows/windows.yml)
26+
* [github ci macOS](.github/workflows/macos.yml)
2527

2628
## 运行所有的example
2729
```sh

0 commit comments

Comments
 (0)