From adb6d4cbae6a3b85b9889a99d46ecac14fb9c074 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Tue, 13 Feb 2018 21:44:59 +0800 Subject: [PATCH] Bump version 1.1.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 90d87d1..0829796 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [4]: https://github.com/zhaojh329/libuhttpd/pulls [5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/libuhttpd/issues/new -[7]: https://img.shields.io/badge/release-1.0.5-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-1.1.0-blue.svg?style=plastic [8]: https://github.com/zhaojh329/libuhttpd/releases [![license][1]][2] diff --git a/README_ZH.md b/README_ZH.md index 595586a..2ece4d8 100755 --- a/README_ZH.md +++ b/README_ZH.md @@ -6,7 +6,7 @@ [4]: https://github.com/zhaojh329/libuhttpd/pulls [5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/libuhttpd/issues/new -[7]: https://img.shields.io/badge/release-1.0.5-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-1.1.0-blue.svg?style=plastic [8]: https://github.com/zhaojh329/libuhttpd/releases [![license][1]][2] diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c13be57..9cfb23e 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,8 +3,8 @@ add_definitions(-O -Wall -Werror --std=gnu99 -D_GNU_SOURCE -Wno-misleading-inden # The version number. set(UHTTPD_VERSION_MAJOR 1) -set(UHTTPD_VERSION_MINOR 0) -set(UHTTPD_VERSION_PATCH 5) +set(UHTTPD_VERSION_MINOR 1) +set(UHTTPD_VERSION_PATCH 0) # Check the third party Libraries find_package(Libubox REQUIRED)