Skip to content

Commit

Permalink
Bump to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Oct 2, 2023
1 parent 486d03a commit fa1ee59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -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 "3")
set(PROJECT_VERSION_PATCH "4")
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
else()
cmake_policy(SET CMP0048 NEW)
project(ttyd VERSION 1.7.3 LANGUAGES C)
project(ttyd VERSION 1.7.4 LANGUAGES C)
endif()

find_package(Git)
Expand Down

0 comments on commit fa1ee59

Please sign in to comment.