diff --git a/README.md b/README.md index d39e326..a381a4c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [4]: https://github.com/zhaojh329/wifidog-ng/pulls [5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/wifidog-ng/issues/new -[7]: https://img.shields.io/badge/release-1.5.5-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-1.5.6-blue.svg?style=plastic [8]: https://github.com/zhaojh329/wifidog-ng/releases [9]: https://travis-ci.org/zhaojh329/wifidog-ng.svg?branch=master [10]: https://travis-ci.org/zhaojh329/wifidog-ng diff --git a/README_ZH.md b/README_ZH.md index fcecbb9..105658a 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -6,7 +6,7 @@ [4]: https://github.com/zhaojh329/wifidog-ng/pulls [5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/wifidog-ng/issues/new -[7]: https://img.shields.io/badge/release-1.5.5-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-1.5.6-blue.svg?style=plastic [8]: https://github.com/zhaojh329/wifidog-ng/releases [9]: https://travis-ci.org/zhaojh329/wifidog-ng.svg?branch=master [10]: https://travis-ci.org/zhaojh329/wifidog-ng diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 035172a..e5d2d62 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,7 +3,7 @@ add_definitions(-O -Wall -Werror --std=gnu99 -D_GNU_SOURCE) # The version number. set(WIFIDOG_NG_VERSION_MAJOR 1) set(WIFIDOG_NG_VERSION_MINOR 5) -set(WIFIDOG_NG_VERSION_PATCH 5) +set(WIFIDOG_NG_VERSION_PATCH 6) # Check the third party Libraries find_package(Libubox REQUIRED)