Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Rtty
Commits
00646435
Commit
00646435
authored
7 years ago
by
Jianhui Zhao
Browse files
Options
Download
Email Patches
Plain Diff
Bump version 4.0.0
Signed-off-by:
Jianhui Zhao
<
jianhuizhao329@gmail.com
>
parent
a5ae6c62
master
openwrt-package
6.5.0
v8.1.0
v8.0.1
v8.0.0
v7.5.0
v7.4.2
v7.4.1
v7.4.0
v7.3.2
v7.3.1
v7.3.0
v7.2.3
v7.2.2
v7.2.1
v7.2.0
v7.1.4
v7.1.3
v7.1.2
v7.1.1
v7.1.0
v7.0.1
v6.6.1
v6.6.0
v6.5.0
v6.4.1
v6.4.0
v6.3.1
v6.3.0
v6.2.0
v6.1.2
v6.1.1
v6.1.0
v6.0.0
v5.1.0
v5.0.2
v5.0.1
v5.0.0
v4.1.2
v4.1.1
v4.1.0
v4.0.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
README.md
README_ZH.md
+1
-1
README_ZH.md
src/CMakeLists.txt
+3
-3
src/CMakeLists.txt
with
5 additions
and
5 deletions
+5
-5
README.md
+
1
-
1
View file @
00646435
...
...
@@ -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-
3.1.2
-blue.svg?style=plastic
[
7
]:
https://img.shields.io/badge/release-
4.0.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
...
...
This diff is collapsed.
Click to expand it.
README_ZH.md
+
1
-
1
View file @
00646435
...
...
@@ -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-
3.1.2
-blue.svg?style=plastic
[
7
]:
https://img.shields.io/badge/release-
4.0.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
...
...
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
3
-
3
View file @
00646435
add_definitions
(
-O -Wall -Werror --std=gnu99 -D_GNU_SOURCE
)
# The version number.
set
(
RTTY_VERSION_MAJOR
3
)
set
(
RTTY_VERSION_MINOR
1
)
set
(
RTTY_VERSION_PATCH
2
)
set
(
RTTY_VERSION_MAJOR
4
)
set
(
RTTY_VERSION_MINOR
0
)
set
(
RTTY_VERSION_PATCH
0
)
# Check the third party Libraries
find_package
(
Libubox REQUIRED
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help