diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:54:48 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:54:48 +0000 |
commit | 8c2647a7dc721c8e5349bd194b8e8e178412057e (patch) | |
tree | 0e581b9a6739bcca77a11f0d800c23de59fdd37f /configure.ac | |
parent | 15de2de8449b4f5063f93578ae68aa0bc79a205c (diff) | |
download | src-8c2647a7dc721c8e5349bd194b8e8e178412057e.tar.gz src-8c2647a7dc721c8e5349bd194b8e8e178412057e.zip |
Vendor import of Unbound 1.6.5.vendor/unbound/1.6.5
Notes
Notes:
svn path=/vendor/unbound/dist/; revision=333539
svn path=/vendor/unbound/1.6.5/; revision=333540; tag=vendor/unbound/1.6.5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e908ff21331a..ccbb33d49c41 100644 --- a/configure.ac +++ b/configure.ac @@ -11,14 +11,14 @@ sinclude(dnscrypt/dnscrypt.m4) # must be numbers. ac_defun because of later processing m4_define([VERSION_MAJOR],[1]) m4_define([VERSION_MINOR],[6]) -m4_define([VERSION_MICRO],[4]) +m4_define([VERSION_MICRO],[5]) AC_INIT(unbound, m4_defn([VERSION_MAJOR]).m4_defn([VERSION_MINOR]).m4_defn([VERSION_MICRO]), unbound-bugs@nlnetlabs.nl, unbound) AC_SUBST(UNBOUND_VERSION_MAJOR, [VERSION_MAJOR]) AC_SUBST(UNBOUND_VERSION_MINOR, [VERSION_MINOR]) AC_SUBST(UNBOUND_VERSION_MICRO, [VERSION_MICRO]) LIBUNBOUND_CURRENT=7 -LIBUNBOUND_REVISION=3 +LIBUNBOUND_REVISION=4 LIBUNBOUND_AGE=5 # 1.0.0 had 0:12:0 # 1.0.1 had 0:13:0 @@ -73,6 +73,7 @@ LIBUNBOUND_AGE=5 # 1.6.2 had 7:1:5 # 1.6.3 had 7:2:5 # 1.6.4 had 7:3:5 +# 1.6.5 had 7:4:5 # Current -- the number of the binary API that we're implementing # Revision -- which iteration of the implementation of the binary |