]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Update library version
authorWillem Toorop <willem@nlnetlabs.nl>
Thu, 18 Jul 2019 18:20:47 +0000 (14:20 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Thu, 18 Jul 2019 18:20:47 +0000 (14:20 -0400)
Interfaces have been added bgsend2 etc. and removed ed25519_to_asn1 etc.

configure.ac

index f91563add1ec28fb3ee60c0ee4ff2dba3a32aedc..c182cbd6381825b0e5118acabc8a9dfac0feb217 100644 (file)
@@ -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