diff --git a/README.md b/README.md index 9a7cbfc..29924aa 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-3.1.2-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-3.2.0-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 102d8b8..4c431d2 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-3.1.2-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-3.2.0-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 1eb648f..58745a2 100644 --- 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(UWSC_VERSION_MAJOR 3) -set(UWSC_VERSION_MINOR 1) -set(UWSC_VERSION_PATCH 2) +set(UWSC_VERSION_MINOR 2) +set(UWSC_VERSION_PATCH 0) # Check the third party Libraries find_package(Libev REQUIRED)