From 6d4c0afdebd124925458136688a9c1244eafdc8a Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Sun, 19 Apr 2015 22:07:11 +0200 Subject: [PATCH] Correct library version bump Also the mistake in the last version --- configure | 6 +++--- configure.ac | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index acb71ec3..490c4ac9 100755 --- a/configure +++ b/configure @@ -2387,10 +2387,10 @@ GETDNS_COMPILATION_COMMENT="getdns 0.1.8 configured on $CURRENT_DATE for the Jan # getdns-0.1.4 had libversion 0:0:0 # getdns-0.1.5 had libversion 1:0:0 # getdns-0.1.6 had libversion 1:1:0 -# getdns-0.1.7 will have libversion 1:2:1 -# getdns-0.1.8 will have libversion 1:3:2 +# getdns-0.1.7 had libversion 1:2:1 +# getdns-0.1.8 will have libversion 1:3:0 # -GETDNS_LIBVERSION=1:3:2 +GETDNS_LIBVERSION=1:3:0 diff --git a/configure.ac b/configure.ac index c7dcf349..6e98e01f 100755 --- a/configure.ac +++ b/configure.ac @@ -60,10 +60,10 @@ GETDNS_COMPILATION_COMMENT="AC_PACKAGE_STRING configured on $CURRENT_DATE for th # getdns-0.1.4 had libversion 0:0:0 # getdns-0.1.5 had libversion 1:0:0 # getdns-0.1.6 had libversion 1:1:0 -# getdns-0.1.7 will have libversion 1:2:1 -# getdns-0.1.8 will have libversion 1:3:2 +# getdns-0.1.7 had libversion 1:2:1 +# getdns-0.1.8 will have libversion 1:3:0 # -GETDNS_LIBVERSION=1:3:2 +GETDNS_LIBVERSION=1:3:0 AC_SUBST(GETDNS_COMPILATION_COMMENT) AC_SUBST(GETDNS_LIBVERSION)