From 5810c7c9dcc5cf058a5a76b411b35d5e1cf7d043 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Fri, 19 Feb 2021 17:57:37 +0800 Subject: [PATCH] Bump version 7.4.0 Signed-off-by: Jianhui Zhao --- README.md | 2 +- README_ZH.md | 2 +- src/CMakeLists.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d050acd..2c89163 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.3.2-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-7.4.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 1225dae..25ef257 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.3.2-blue.svg?style=plastic +[7]: https://img.shields.io/badge/发布版本-7.4.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 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7fd8bbb..f41db75 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,8 +2,8 @@ add_definitions(-O -Wall -Werror --std=gnu99 -D_GNU_SOURCE) # The version number. set(RTTY_VERSION_MAJOR 7) -set(RTTY_VERSION_MINOR 3) -set(RTTY_VERSION_PATCH 2) +set(RTTY_VERSION_MINOR 4) +set(RTTY_VERSION_PATCH 0) # Check the third party Libraries find_package(Libev REQUIRED)