Skip to content

Commit fa1ee59

Browse files
committed
Bump to 1.7.4
1 parent 486d03a commit fa1ee59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ if(${CMAKE_VERSION} VERSION_LESS "3.12.0")
44
project(ttyd C)
55
set(PROJECT_VERSION_MAJOR "1")
66
set(PROJECT_VERSION_MINOR "7")
7-
set(PROJECT_VERSION_PATCH "3")
7+
set(PROJECT_VERSION_PATCH "4")
88
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
99
else()
1010
cmake_policy(SET CMP0048 NEW)
11-
project(ttyd VERSION 1.7.3 LANGUAGES C)
11+
project(ttyd VERSION 1.7.4 LANGUAGES C)
1212
endif()
1313

1414
find_package(Git)

0 commit comments

Comments
 (0)