From f26d1f75ab45645ce05c35fe4c2e62b4c73ebe2d Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Mon, 10 Sep 2018 22:56:25 +0800 Subject: [PATCH] Bump version 3.0.3 Signed-off-by: Jianhui Zhao --- README.md | 2 +- README_ZH.md | 2 +- src/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b57954f..d559cc4 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.0.2-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-3.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 82908f8..cb5c498 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.0.2-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-3.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 86f87cc..5ec1a0b 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 3) set(UWSC_VERSION_MINOR 0) -set(UWSC_VERSION_PATCH 2) +set(UWSC_VERSION_PATCH 3) # Check the third party Libraries find_package(Libev REQUIRED)