diff --git a/README.md b/README.md index 2a6ee5c..50e7ff9 100755 --- 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-3.1.2-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-4.0.0-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rtty/releases [9]: https://travis-ci.org/zhaojh329/rtty.svg?branch=master [10]: https://travis-ci.org/zhaojh329/rtty diff --git a/README_ZH.md b/README_ZH.md index b08d4a8..0c43e3e 100755 --- 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/Issues-welcome-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/rtty/issues/new -[7]: https://img.shields.io/badge/release-3.1.2-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-4.0.0-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rtty/releases [9]: https://travis-ci.org/zhaojh329/rtty.svg?branch=master [10]: https://travis-ci.org/zhaojh329/rtty diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b6283db..fa20114 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,9 +1,9 @@ add_definitions(-O -Wall -Werror --std=gnu99 -D_GNU_SOURCE) # The version number. -set(RTTY_VERSION_MAJOR 3) -set(RTTY_VERSION_MINOR 1) -set(RTTY_VERSION_PATCH 2) +set(RTTY_VERSION_MAJOR 4) +set(RTTY_VERSION_MINOR 0) +set(RTTY_VERSION_PATCH 0) # Check the third party Libraries find_package(Libubox REQUIRED)