Skip to content

Commit

Permalink
Add date to version output
Browse files Browse the repository at this point in the history
  • Loading branch information
wllm-rbnt committed Aug 11, 2023
1 parent 8ae5938 commit ae16d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include(CheckSymbolExists)
project(
ssldump
VERSION 1.8
DESCRIPTION 20230811
LANGUAGES C
)

Expand Down
2 changes: 1 addition & 1 deletion base/pcap-snoop.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ int usage()

int print_version()
{
printf("Version: @ssldump_VERSION@\n");
printf("Version: @ssldump_VERSION@ (@ssldump_DESCRIPTION@)\n");
printf("Maintained by a bunch of volunteers, see https://github.com/adulau/ssldump/blob/master/CREDITS\n");
printf("Copyright (C) 2015-2023 the aforementioned volunteers\n");
printf("Copyright (C) 1998-2001 RTFM, Inc.\n");
Expand Down

0 comments on commit ae16d57

Please sign in to comment.