From 17aa3614958540337ab722b0a1997a63fbba8d44 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Fri, 19 Nov 2021 15:58:54 +0100 Subject: [PATCH] .so version is backwards binary compatible till ldns-1.7.0 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5e4b1e00..34d99799 100644 --- a/configure.ac +++ b/configure.ac @@ -28,9 +28,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 had libversion 2:0:0 # ldns-1.7.1 had libversion 3:0:1 -# ldns-1.8.0 has libversion 3:0:2 +# ldns-1.8.0 has libversion 4:0:2 # -AC_SUBST(VERSION_INFO, [3:0:2]) +AC_SUBST(VERSION_INFO, [4:0:2]) AC_AIX if test "$ac_cv_header_minix_config_h" = "yes"; then -- 2.47.3