From b3234557670ebca9f2744621bfd1cf27a653dbde Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Wed, 18 Mar 2020 22:14:25 +0000 Subject: [PATCH] PACKAGE_STRING should be the same as PACKAGE_VERSION. MFC after: 3 days --- usr.sbin/ntp/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index c3f620ea0a80..62a677d4b705 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -1468,7 +1468,7 @@ #define PACKAGE_NAME "ntp" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "ntp 4.2.8p12" +#define PACKAGE_STRING "ntp 4.2.8p14" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "ntp"