git: 75cf00c726f1 - MFC: 0ebcbcc0efdd (svn r368734:

Cy Schubert cy at FreeBSD.org
Thu Dec 24 19:39:14 UTC 2020


The branch stable/11 has been updated by cy:

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

commit 75cf00c726f1788c39fe2fc2a62959352e613db9
Author:     Cy Schubert <cy at FreeBSD.org>
AuthorDate: 2020-12-17 19:50:41 +0000
Commit:     Cy Schubert <cy at FreeBSD.org>
CommitDate: 2020-12-24 19:35:59 +0000

    MFC: 0ebcbcc0efdd (svn r368734:
    
    Update the unbound version number from r368478.
    
    Updating the version number is an extra manual step.
    
    Pointy hat to:  cy
    Reported by:    Herbert J. Skuhra <herbert _ gojira.at>
    
    (cherry picked from commit 0ebcbcc0efdd733b11311c840c47cc22f83c7408)
---
 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 350d0670cb68..156323ad54ec 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.12.0"
+#define PACKAGE_STRING "unbound 1.13.0"
 
 /* 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.12.0"
+#define PACKAGE_VERSION "1.13.0"
 
 /* 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,12,0,0
+#define RSRC_PACKAGE_VERSION 1,13,0,0
 
 /* Directory to chdir to */
 #define RUN_DIR "/var/unbound"


More information about the dev-commits-src-all mailing list