Bump version to 1.0.1

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
main
Jianhui Zhao 2017-12-29 17:49:14 +08:00
parent ab0228ffa8
commit 79e03b69f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# The version number. # The version number.
set(UHTTPD_VERSION_MAJOR 1) set(UHTTPD_VERSION_MAJOR 1)
set(UHTTPD_VERSION_MINOR 0) set(UHTTPD_VERSION_MINOR 0)
set(UHTTPD_VERSION_PATCH 0) set(UHTTPD_VERSION_PATCH 1)
# Check the third party Libraries # Check the third party Libraries
find_package(Libubox REQUIRED) find_package(Libubox REQUIRED)