Skip to content

Commit 1cfc938

Browse files
committed
bump version 9.0.2
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
1 parent f59c519 commit 1cfc938

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[4]: https://github.com/zhaojh329/rtty/pulls
1111
[5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic
1212
[6]: https://github.com/zhaojh329/rtty/issues/new
13-
[7]: https://img.shields.io/badge/release-9.0.1-blue.svg?style=plastic
13+
[7]: https://img.shields.io/badge/release-9.0.2-blue.svg?style=plastic
1414
[8]: https://github.com/zhaojh329/rtty/releases
1515
[9]: https://github.com/zhaojh329/rtty/workflows/build/badge.svg
1616
[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
@@ -10,7 +10,7 @@
1010
[4]: https://github.com/zhaojh329/rtty/pulls
1111
[5]: https://img.shields.io/badge/提问-欢迎-brightgreen.svg?style=plastic
1212
[6]: https://github.com/zhaojh329/rtty/issues/new
13-
[7]: https://img.shields.io/badge/发布版本-9.0.1-blue.svg?style=plastic
13+
[7]: https://img.shields.io/badge/发布版本-9.0.2-blue.svg?style=plastic
1414
[8]: https://github.com/zhaojh329/rtty/releases
1515
[9]: https://github.com/zhaojh329/rtty/workflows/build/badge.svg
1616
[10]: https://raw.githubusercontent.com/CodePhiliaX/resource-trusteeship/main/readmex.svg

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The version number.
22
set(RTTY_VERSION_MAJOR 9)
33
set(RTTY_VERSION_MINOR 0)
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)