feat: bump version 8.1.4

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
Jianhui Zhao
2025-05-14 18:39:43 +08:00
parent 4d2f8b1eaf
commit 1087ae2b32
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-8.1.3-blue.svg?style=plastic
[7]: https://img.shields.io/badge/release-8.1.4-blue.svg?style=plastic
[8]: https://github.com/zhaojh329/rtty/releases
[9]: https://github.com/zhaojh329/rtty/workflows/build/badge.svg

View File

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

View File

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