Skip to content

Commit 536d8b0

Browse files
committed
bump version 8.2.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
1 parent ae09ed5 commit 536d8b0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.5-blue.svg?style=plastic
11+
[7]: https://img.shields.io/badge/release-8.2.0-blue.svg?style=plastic
1212
[8]: https://github.com/zhaojh329/rtty/releases
1313
[9]: https://github.com/zhaojh329/rtty/workflows/build/badge.svg
1414
[10]: https://raw.githubusercontent.com/CodePhiliaX/resource-trusteeship/main/readmex.svg

README_ZH.md

Lines changed: 1 addition & 1 deletion
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.5-blue.svg?style=plastic
9+
[7]: https://img.shields.io/badge/发布版本-8.2.0-blue.svg?style=plastic
1010
[8]: https://github.com/zhaojh329/rtty/releases
1111
[9]: https://github.com/zhaojh329/rtty/workflows/build/badge.svg
1212
[10]: https://raw.githubusercontent.com/CodePhiliaX/resource-trusteeship/main/readmex.svg

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The version number.
22
set(RTTY_VERSION_MAJOR 8)
3-
set(RTTY_VERSION_MINOR 1)
4-
set(RTTY_VERSION_PATCH 5)
3+
set(RTTY_VERSION_MINOR 2)
4+
set(RTTY_VERSION_PATCH 0)
55

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

0 commit comments

Comments
 (0)