Skip to content

Commit 12c30db

Browse files
committed
feat: bump version 8.1.2
Signed-off-by: Jianhui Zhao <[email protected]>
1 parent 870a075 commit 12c30db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[4]: https://github.com/zhaojh329/rtty/pulls
99
[5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic
1010
[6]: https://github.com/zhaojh329/rtty/issues/new
11-
[7]: https://img.shields.io/badge/release-8.1.1-blue.svg?style=plastic
11+
[7]: https://img.shields.io/badge/release-8.1.2-blue.svg?style=plastic
1212
[8]: https://github.com/zhaojh329/rtty/releases
1313
[9]: https://github.com/zhaojh329/rtty/workflows/build/badge.svg
1414

README_ZH.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[4]: https://github.com/zhaojh329/rtty/pulls
77
[5]: https://img.shields.io/badge/提问-欢迎-brightgreen.svg?style=plastic
88
[6]: https://github.com/zhaojh329/rtty/issues/new
9-
[7]: https://img.shields.io/badge/发布版本-8.1.1-blue.svg?style=plastic
9+
[7]: https://img.shields.io/badge/发布版本-8.1.2-blue.svg?style=plastic
1010
[8]: https://github.com/zhaojh329/rtty/releases
1111
[9]: https://github.com/zhaojh329/rtty/workflows/build/badge.svg
1212
[11]: https://img.shields.io/badge/技术交流群-点击加入:153530783-brightgreen.svg

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The version number.
22
set(RTTY_VERSION_MAJOR 8)
33
set(RTTY_VERSION_MINOR 1)
4-
set(RTTY_VERSION_PATCH 1)
4+
set(RTTY_VERSION_PATCH 2)
55

66
# Check the third party Libraries
77
find_package(Libev REQUIRED)

0 commit comments

Comments
 (0)