Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2023 00:46:28 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 67267734315c - main - Unbound: Manually update version strings
Message-ID:  <202311140046.3AE0kSiP097923@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

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

commit 67267734315c6a48db31697f0a0669fa1f985969
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-11-14 00:39:10 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-11-14 00:46:12 +0000

    Unbound: Manually update version strings
    
    This was missed earlier today.
    
    Reported by:    "Herbert J. Skuhra" <herbert@gojira.at>
    Fixes:          16fd0b249104
    MFC:            2 weeks
---
 lib/libunbound/config.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/libunbound/config.h b/lib/libunbound/config.h
index ef552a856a9d..2fe30076a109 100644
--- a/lib/libunbound/config.h
+++ b/lib/libunbound/config.h
@@ -793,7 +793,7 @@
 #define PACKAGE_NAME "unbound"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "unbound 1.18.0"
+#define PACKAGE_STRING "unbound 1.19.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "unbound"
@@ -802,7 +802,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.18.0"
+#define PACKAGE_VERSION "1.19.0"
 
 /* default pidfile location */
 #define PIDFILE "/var/unbound/unbound.pid"
@@ -825,7 +825,7 @@
 #define ROOT_CERT_FILE "/var/unbound/icannbundle.pem"
 
 /* version number for resource files */
-#define RSRC_PACKAGE_VERSION 1,18,0,0
+#define RSRC_PACKAGE_VERSION 1,19,0,0
 
 /* Directory to chdir to */
 #define RUN_DIR "/var/unbound"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311140046.3AE0kSiP097923>