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 486d03a commit fa1ee59Copy full SHA for fa1ee59
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 "3")
+ set(PROJECT_VERSION_PATCH "4")
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.3 LANGUAGES C)
+ project(ttyd VERSION 1.7.4 LANGUAGES C)
12
endif()
13
14
find_package(Git)
0 commit comments