git: 80a17000549a - stable/12 - unbound: Adjust version string

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Tue, 04 Oct 2022 20:52:50 UTC
The branch stable/12 has been updated by cy:

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

commit 80a17000549ad5be1f8bdc81f25eae1547fa91c2
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-10-01 13:48:37 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-10-03 23:48:47 +0000

    unbound: Adjust version string
    
    Sync version string with contrib.
    
    Reported by:    "Herbert J. Skuhra" <herbert@gojira.at>
    Fixes:          4f5c8956cff4
    
    (cherry picked from commit 35d60ac2e5bdb63ea8c6e08caca699dede8674e6)
---
 usr.sbin/unbound/config.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/usr.sbin/unbound/config.h b/usr.sbin/unbound/config.h
index 67853a8fc6e5..433fb57c5ee2 100644
--- a/usr.sbin/unbound/config.h
+++ b/usr.sbin/unbound/config.h
@@ -731,7 +731,7 @@
 #define PACKAGE_NAME "unbound"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "unbound 1.16.2"
+#define PACKAGE_STRING "unbound 1.16.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "unbound"
@@ -740,7 +740,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.16.2"
+#define PACKAGE_VERSION "1.16.3"
 
 /* default pidfile location */
 #define PIDFILE "/var/unbound/unbound.pid"
@@ -762,7 +762,7 @@
 #define ROOT_CERT_FILE "/var/unbound/icannbundle.pem"
 
 /* version number for resource files */
-#define RSRC_PACKAGE_VERSION 1,16,2,0
+#define RSRC_PACKAGE_VERSION 1,16,3,0
 
 /* Directory to chdir to */
 #define RUN_DIR "/var/unbound"