Bump to 1.7.2

This commit is contained in:
Shuanglei Tao
2022-10-18 23:58:37 +08:00
parent fde310b6d2
commit 020e2f3ded
2 changed files with 3 additions and 3 deletions

View File

@@ -4,11 +4,11 @@ if(${CMAKE_VERSION} VERSION_LESS "3.12.0")
project(ttyd C)
set(PROJECT_VERSION_MAJOR "1")
set(PROJECT_VERSION_MINOR "7")
set(PROJECT_VERSION_PATCH "1")
set(PROJECT_VERSION_PATCH "2")
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
else()
cmake_policy(SET CMP0048 NEW)
project(ttyd VERSION 1.7.1 LANGUAGES C)
project(ttyd VERSION 1.7.2 LANGUAGES C)
endif()
find_package(Git)

View File

@@ -72,7 +72,7 @@ USAGE:
ttyd [options] <command> [<arguments...>]
VERSION:
1.7.1
1.7.2
OPTIONS:
-p, --port Port to listen (default: 7681, use `0` for random port)