Skip to content

Commit

Permalink
bump version to 1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
flpanbin committed Oct 30, 2024
1 parent cabb635 commit 67de02b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12.0)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

project(ttyd VERSION 1.7.9 LANGUAGES C)
project(ttyd VERSION 1.7.8 LANGUAGES C)

set(TTYD_VERSION "${PROJECT_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ int main(int argc, char **argv) {
print_help();
return 0;
case 'v':
printf("ttyd version 666 %s\n", TTYD_VERSION);
printf("ttyd version %s\n", TTYD_VERSION);
return 0;
case 'd':
debug_level = parse_int("debug", optarg);
Expand Down

0 comments on commit 67de02b

Please sign in to comment.