Skip to content

Commit

Permalink
Bump version 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
Jianhui Zhao committed Mar 9, 2018
1 parent 5173e0a commit 87139c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-blue.svg?style=plastic
[7]: https://img.shields.io/badge/release-1.0.1-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
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 0)
set(WIFIDOG_NG_VERSION_PATCH 0)
set(WIFIDOG_NG_VERSION_PATCH 1)

# Check the third party Libraries
find_package(Libubox REQUIRED)
Expand Down

0 comments on commit 87139c6

Please sign in to comment.