From aad1d755ad04d08ba57ccf64b1df886d676e05db Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Sun, 22 May 2022 21:47:30 +0800 Subject: [PATCH] chore: bump version 8.0.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 c24143a..d5fed0c 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.0.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-8.0.1-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rtty/releases [9]: https://github.com/zhaojh329/rtty/workflows/build/badge.svg [10]: https://img.shields.io/badge/Support%20rtty-Donate-blueviolet.svg diff --git a/README_ZH.md b/README_ZH.md index a92350e..408f211 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.0.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/发布版本-8.0.1-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rtty/releases [9]: https://github.com/zhaojh329/rtty/workflows/build/badge.svg [10]: https://img.shields.io/badge/支持rtty-赞助作者-blueviolet.svg diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a7f0a57..72bd63b 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 0) -set(RTTY_VERSION_PATCH 0) +set(RTTY_VERSION_PATCH 1) # Check the third party Libraries find_package(Libev REQUIRED)