From 06895741e762665a23eeffbee901c8a7dbba5ace Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Sun, 28 Apr 2019 16:06:20 +0800 Subject: [PATCH] Bump version 1.0.0 Signed-off-by: Jianhui Zhao --- README.md | 2 +- src/CMakeLists.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b7f218..cc34477 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [4]: https://github.com/zhaojh329/libumqtt/pulls [5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/libumqtt/issues/new -[7]: https://img.shields.io/badge/release-0.1.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-1.0.0-blue.svg?style=plastic [8]: https://github.com/zhaojh329/libumqtt/releases [9]: https://travis-ci.org/zhaojh329/libumqtt.svg?branch=master [10]: https://travis-ci.org/zhaojh329/libumqtt diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 666cdd9..31500ec 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,8 +1,8 @@ add_definitions(-O -Wall -Werror --std=gnu99 -D_GNU_SOURCE) # The version number. -set(UMQTT_VERSION_MAJOR 0) -set(UMQTT_VERSION_MINOR 1) +set(UMQTT_VERSION_MAJOR 1) +set(UMQTT_VERSION_MINOR 0) set(UMQTT_VERSION_PATCH 0) # Check the third party Libraries