We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efefd56 commit c0be40dCopy full SHA for c0be40d
CMakeLists.txt
@@ -4,11 +4,11 @@ if(${CMAKE_VERSION} VERSION_LESS "3.12.0")
4
project(ttyd C)
5
set(PROJECT_VERSION_MAJOR "1")
6
set(PROJECT_VERSION_MINOR "7")
7
- set(PROJECT_VERSION_PATCH "0")
+ set(PROJECT_VERSION_PATCH "1")
8
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
9
else()
10
cmake_policy(SET CMP0048 NEW)
11
- project(ttyd VERSION 1.7.0 LANGUAGES C)
+ project(ttyd VERSION 1.7.1 LANGUAGES C)
12
endif()
13
14
find_package(Git)
README.md
@@ -66,7 +66,7 @@ USAGE:
66
ttyd [options] <command> [<arguments...>]
67
68
VERSION:
69
- 1.7.0
+ 1.7.1
70
71
OPTIONS:
72
-p, --port Port to listen (default: 7681, use `0` for random port)
0 commit comments