From: Willem Toorop Date: Thu, 18 Jul 2019 18:20:47 +0000 (-0400) Subject: Update library version X-Git-Tag: release-1.7.1-rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6564ed8797a6fde56751db97b9cd8dae09ff9f3c;p=thirdparty%2Fldns.git Update library version Interfaces have been added bgsend2 etc. and removed ed25519_to_asn1 etc. --- 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