unbound: Adjust version string

Sync version string with contrib.

Reported by:	"Herbert J. Skuhra" <herbert@gojira.at>
Fixes:		4f5c8956cf
MFC after:	3 days
This commit is contained in:
Cy Schubert 2022-10-01 06:48:37 -07:00
parent 6da5e5d649
commit 35d60ac2e5

View File

@ -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"