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 fde310b commit 020e2f3Copy full SHA for 020e2f3
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 "1")
+ set(PROJECT_VERSION_PATCH "2")
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.1 LANGUAGES C)
+ project(ttyd VERSION 1.7.2 LANGUAGES C)
12
endif()
13
14
find_package(Git)
README.md
@@ -72,7 +72,7 @@ USAGE:
72
ttyd [options] <command> [<arguments...>]
73
74
VERSION:
75
- 1.7.1
+ 1.7.2
76
77
OPTIONS:
78
-p, --port Port to listen (default: 7681, use `0` for random port)
0 commit comments