From 12c30dba9c6928515a7173db08773ddcfd39430a Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Sat, 4 May 2024 20:27:52 +0800 Subject: [PATCH] feat: bump version 8.1.2 Signed-off-by: Jianhui Zhao --- README.md | 2 +- README_ZH.md | 2 +- src/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91ccf3b..25cc3f9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [4]: https://github.com/zhaojh329/rtty/pulls [5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/rtty/issues/new -[7]: https://img.shields.io/badge/release-8.1.1-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-8.1.2-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rtty/releases [9]: https://github.com/zhaojh329/rtty/workflows/build/badge.svg diff --git a/README_ZH.md b/README_ZH.md index 49fdd8b..edb0021 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -6,7 +6,7 @@ [4]: https://github.com/zhaojh329/rtty/pulls [5]: https://img.shields.io/badge/提问-欢迎-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/rtty/issues/new -[7]: https://img.shields.io/badge/发布版本-8.1.1-blue.svg?style=plastic +[7]: https://img.shields.io/badge/发布版本-8.1.2-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rtty/releases [9]: https://github.com/zhaojh329/rtty/workflows/build/badge.svg [11]: https://img.shields.io/badge/技术交流群-点击加入:153530783-brightgreen.svg diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index abd9403..f55996c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ # The version number. set(RTTY_VERSION_MAJOR 8) set(RTTY_VERSION_MINOR 1) -set(RTTY_VERSION_PATCH 1) +set(RTTY_VERSION_PATCH 2) # Check the third party Libraries find_package(Libev REQUIRED)