]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Bump version in preperation for ldns-1.7.2
authorWillem Toorop <willem@nlnetlabs.nl>
Wed, 10 Mar 2021 12:02:28 +0000 (13:02 +0100)
committerWillem Toorop <willem@nlnetlabs.nl>
Wed, 10 Mar 2021 12:02:28 +0000 (13:02 +0100)
configure.ac

index b60dfa9bcc9cd5219be70df1fefdc175aebb71df..18ea96120820b14b3236310757fe989d0a27997a 100644 (file)
@@ -6,7 +6,7 @@ sinclude(acx_nlnetlabs.m4)
 # must be numbers. ac_defun because of later processing.
 m4_define([VERSION_MAJOR],[1])
 m4_define([VERSION_MINOR],[7])
-m4_define([VERSION_MICRO],[1])
+m4_define([VERSION_MICRO],[2])
 AC_INIT(ldns, m4_defn([VERSION_MAJOR]).m4_defn([VERSION_MINOR]).m4_defn([VERSION_MICRO]), libdns@nlnetlabs.nl, libdns)
 AC_CONFIG_SRCDIR([packet.c])
 # needed to build correct soname
@@ -26,10 +26,11 @@ AC_SUBST(LDNS_VERSION_MICRO, [VERSION_MICRO])
 #   set age to 0
 #
 # 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 has libversion 3:0:1
+# ldns-1.7.0 had libversion 2:0:0
+# ldns-1.7.1 had libversion 3:0:1
+# ldns-1.7.2 had libversion 3:0:2
 #
-AC_SUBST(VERSION_INFO, [3:0:0])
+AC_SUBST(VERSION_INFO, [3:0:2])
 
 AC_AIX
 if test "$ac_cv_header_minix_config_h" = "yes"; then