diff --git a/README.md b/README.md index 6e610b5..a2a8028 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [4]: https://github.com/zhaojh329/libuwsc/pulls [5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/libuwsc/issues/new -[7]: https://img.shields.io/badge/release-2.0.2-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-2.0.3-blue.svg?style=plastic [8]: https://github.com/zhaojh329/libuwsc/releases [![license][1]][2] diff --git a/README_ZH.md b/README_ZH.md index bd30fdd..27ed2bc 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -6,7 +6,7 @@ [4]: https://github.com/zhaojh329/libuwsc/pulls [5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/libuwsc/issues/new -[7]: https://img.shields.io/badge/release-2.0.2-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-2.0.3-blue.svg?style=plastic [8]: https://github.com/zhaojh329/libuwsc/releases [![license][1]][2] diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5573432..dddd642 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,7 +4,7 @@ add_definitions(-O -Wall -Werror --std=gnu99 -D_GNU_SOURCE -Wno-misleading-inden # The version number. set(UWSC_VERSION_MAJOR 2) set(UWSC_VERSION_MINOR 0) -set(UWSC_VERSION_PATCH 2) +set(UWSC_VERSION_PATCH 3) # Check the third party Libraries find_package(Libubox REQUIRED)