bump version 9.0.3

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
Jianhui Zhao
2025-10-22 19:11:14 +08:00
parent c514633b0d
commit e577d2fc23
3 changed files with 3 additions and 3 deletions

View File

@@ -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-9.0.2-blue.svg?style=plastic
[7]: https://img.shields.io/badge/release-9.0.3-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

View File

@@ -8,7 +8,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.2-blue.svg?style=plastic
[7]: https://img.shields.io/badge/发布版本-9.0.3-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

View File

@@ -1,7 +1,7 @@
# The version number.
set(RTTY_VERSION_MAJOR 9)
set(RTTY_VERSION_MINOR 0)
set(RTTY_VERSION_PATCH 2)
set(RTTY_VERSION_PATCH 3)
# Check the third party Libraries
find_package(Libev REQUIRED)