From c09881d301eb092542a83f8bb2c58264b2c39b9c Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Tue, 20 Feb 2024 20:45:07 +0800 Subject: [PATCH] feat: bump version 8.1.1 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 5078075..91ccf3b 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.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-8.1.1-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 15bf795..49fdd8b 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.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/发布版本-8.1.1-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 3df5558..abd9403 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 0) +set(RTTY_VERSION_PATCH 1) # Check the third party Libraries find_package(Libev REQUIRED)