ntp: Update version strings

Reported by:	"Herbert J. Skuhra" <herbert@gojira.at>
MFC after:	3 days
Fixes:		f5f40dd63b
This commit is contained in:
Cy Schubert 2024-05-27 02:12:49 -07:00
parent cca0ce62f3
commit 018a4ab7b0
2 changed files with 3 additions and 3 deletions

View File

@ -1494,7 +1494,7 @@
#define PACKAGE_NAME "ntp"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ntp 4.2.8p18-RC1"
#define PACKAGE_STRING "ntp 4.2.8p18"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ntp"
@ -1768,7 +1768,7 @@ typedef unsigned int uintptr_t;
/* #undef USE_UDP_SIGPOLL */
/* Version number of package */
#define VERSION "4.2.8p18-RC1"
#define VERSION "4.2.8p18"
/* vsnprintf expands "%m" to strerror(errno) */
#define VSNPRINTF_PERCENT_M 1

View File

@ -7,7 +7,7 @@ PROG=${1-UNKNOWN}
ConfStr="$PROG"
ConfStr="$ConfStr 4.2.8p16"
ConfStr="$ConfStr 4.2.8p18"
case "$CSET" in
'') ;;