mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Add date to version output
This commit is contained in:
parent
8ae5938163
commit
ae16d572de
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ include(CheckSymbolExists)
|
|||
project(
|
||||
ssldump
|
||||
VERSION 1.8
|
||||
DESCRIPTION 20230811
|
||||
LANGUAGES C
|
||||
)
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue