From 6564ed8797a6fde56751db97b9cd8dae09ff9f3c Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 18 Jul 2019 14:20:47 -0400 Subject: [PATCH] Update library version Interfaces have been added bgsend2 etc. and removed ed25519_to_asn1 etc. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f91563ad..c182cbd6 100644 --- a/configure.ac +++ b/configure.ac @@ -27,9 +27,9 @@ AC_SUBST(LDNS_VERSION_MICRO, [VERSION_MICRO]) # # ldns-1.6.17 and before had a .so with version same as VERSION_INFO # ldns-1.7.0 has libversion 2:0:0 -# ldns-1.7.1 will have libversion 2:1:0 +# ldns-1.7.1 will have libversion 3:0:1 # -AC_SUBST(VERSION_INFO, [2:1:0]) +AC_SUBST(VERSION_INFO, [3:0:0]) AC_AIX if test "$ac_cv_header_minix_config_h" = "yes"; then -- 2.47.3