ntp: Update version string

Chase a466cc5537, updating the version string in the local config.h.

Reported by:	 Trond Endrestol <Trond.Endrestol@ximalas.info>
Fixes:		a466cc5537
MFC after:	immediately
This commit is contained in:
Cy Schubert 2023-06-01 14:40:00 -07:00
parent 8093646b0b
commit 4d78061377
2 changed files with 4 additions and 4 deletions

View file

@ -1468,7 +1468,7 @@
#define PACKAGE_NAME "ntp"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ntp 4.2.8p15"
#define PACKAGE_STRING "ntp 4.2.8p16"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ntp"
@ -1477,7 +1477,7 @@
#define PACKAGE_URL "http://www.ntp.org./"
/* Define to the version of this package. */
#define PACKAGE_VERSION "4.2.8p15"
#define PACKAGE_VERSION "4.2.8p16"
/* data dir */
#define PERLLIBDIR "/usr/share/ntp/lib"
@ -1648,7 +1648,7 @@ typedef unsigned int uintptr_t;
/* #undef USE_UDP_SIGPOLL */
/* Version number of package */
#define VERSION "4.2.8p15"
#define VERSION "4.2.8p16"
/* vsnprintf expands "%m" to strerror(errno) */
#define VSNPRINTF_PERCENT_M 1

View file

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