diff --git a/README.md b/README.md index 38f3b6a..682bf9c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,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-9.0.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-9.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://raw.githubusercontent.com/CodePhiliaX/resource-trusteeship/main/readmex.svg diff --git a/README_ZH.md b/README_ZH.md index 0c5e92f..10908af 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -10,7 +10,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/发布版本-9.0.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/发布版本-9.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://raw.githubusercontent.com/CodePhiliaX/resource-trusteeship/main/readmex.svg diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1497458..cc6b9b3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ # The version number. set(RTTY_VERSION_MAJOR 9) set(RTTY_VERSION_MINOR 0) -set(RTTY_VERSION_PATCH 0) +set(RTTY_VERSION_PATCH 1) # Check the third party Libraries find_package(Libev REQUIRED)