Commit 4209d8b3 authored by Jianhui Zhao's avatar Jianhui Zhao
Browse files

Bump version 5.1.0

Signed-off-by: default avatarJianhui Zhao <jianhuizhao329@gmail.com>
parent 853baee9
Showing with 4 additions and 4 deletions
+4 -4
......@@ -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-5.0.2-blue.svg?style=plastic
[7]: https://img.shields.io/badge/release-5.1.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
......
......@@ -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-5.0.2-blue.svg?style=plastic
[7]: https://img.shields.io/badge/release-5.1.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
......
......@@ -2,8 +2,8 @@ add_definitions(-O -Wall -Werror --std=gnu99 -D_GNU_SOURCE)
# The version number.
set(RTTY_VERSION_MAJOR 5)
set(RTTY_VERSION_MINOR 0)
set(RTTY_VERSION_PATCH 2)
set(RTTY_VERSION_MINOR 1)
set(RTTY_VERSION_PATCH 0)
# Check the third party Libraries
find_package(Libubox REQUIRED)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment