From 98edb95f471bab3a667b01e119a71ae23fb6df0c Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Wed, 22 Sep 2021 18:11:35 +0800 Subject: [PATCH] chore: bump version 8.0.0 Signed-off-by: Jianhui Zhao --- README.md | 2 +- README_ZH.md | 3 +-- src/CMakeLists.txt | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5d2c3cc..f898a41 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,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-7.5.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-8.0.0-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 1113545..a3f9f8b 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/发布版本-7.5.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/发布版本-8.0.0-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 @@ -14,7 +14,6 @@ [12]: https://img.shields.io/badge/技术交流群-点击加入:153530783-brightgreen.svg [13]: https://jq.qq.com/?_wv=1027&k=5PKxbTV - [![license][1]][2] [![PRs Welcome][3]][4] [![Issue Welcome][5]][6] diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fec42c7..a7f0a57 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ # The version number. -set(RTTY_VERSION_MAJOR 7) -set(RTTY_VERSION_MINOR 5) +set(RTTY_VERSION_MAJOR 8) +set(RTTY_VERSION_MINOR 0) set(RTTY_VERSION_PATCH 0) # Check the third party Libraries