git: b916516fddd4 - stable/13 - ntp: Update version string

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Thu, 01 Jun 2023 22:18:29 UTC
The branch stable/13 has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=b916516fddd439a2b7ca03c98641c75eb1abffb4

commit b916516fddd439a2b7ca03c98641c75eb1abffb4
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-06-01 21:40:00 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-06-01 22:18:21 +0000

    ntp: Update version string
    
    Chase a466cc55373f, updating the version string in the local config.h.
    
    Reported by:     Trond Endrestol <Trond.Endrestol@ximalas.info>
    Fixes:          a466cc55373f
    
    (cherry picked from commit 4d780613774c28a1efe4dc6272ae5fbc09d999f4)
---
 usr.sbin/ntp/config.h      | 6 +++---
 usr.sbin/ntp/scripts/mkver | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h
index 7446d199e16f..ef26b199a5bc 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.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"
@@ -1652,7 +1652,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
diff --git a/usr.sbin/ntp/scripts/mkver b/usr.sbin/ntp/scripts/mkver
index f193db55f1b4..16eaa39de1cd 100755
--- a/usr.sbin/ntp/scripts/mkver
+++ b/usr.sbin/ntp/scripts/mkver
@@ -8,7 +8,7 @@ PROG=${1-UNKNOWN}
 
 ConfStr="$PROG"
 
-ConfStr="$ConfStr 4.2.8p15"
+ConfStr="$ConfStr 4.2.8p16"
 
 case "$CSET" in
  '') ;;