From 0607246627a11419ea7dcc953a4e746d43b818dc Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Thu, 4 Oct 2018 22:42:34 +0800 Subject: [PATCH] Bump version 6.3.0 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 a188ddd..aacd300 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [4]: https://github.com/zhaojh329/rtty/pulls [5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/rtty/issues/new -[7]: https://img.shields.io/badge/release-6.2.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-6.3.0-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rtty/releases [9]: https://travis-ci.org/zhaojh329/rtty.svg?branch=master [10]: https://travis-ci.org/zhaojh329/rtty diff --git a/README_ZH.md b/README_ZH.md index 64ce7f0..d4c2530 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -6,7 +6,7 @@ [4]: https://github.com/zhaojh329/rtty/pulls [5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/rtty/issues/new -[7]: https://img.shields.io/badge/release-6.2.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-6.3.0-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rtty/releases [9]: https://travis-ci.org/zhaojh329/rtty.svg?branch=master [10]: https://travis-ci.org/zhaojh329/rtty diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3ae655b..e7e0004 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,7 +2,7 @@ add_definitions(-O -Wall -Werror --std=gnu99 -D_GNU_SOURCE) # The version number. set(RTTY_VERSION_MAJOR 6) -set(RTTY_VERSION_MINOR 2) +set(RTTY_VERSION_MINOR 3) set(RTTY_VERSION_PATCH 0) # Check the third party Libraries