diff --git a/configure b/configure index da9cf817..3d0d9b83 100755 --- a/configure +++ b/configure @@ -2383,10 +2383,11 @@ 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 had libversion 1:2:1 (but should have had 2:2:1) -# getdns-0.1.8 had libversion 1:3:0 (but should have had 3:3:2) +# getdns-0.1.7 had libversion 1:2:1 (but should have had 2:0:1) +# getdns-0.1.8 had libversion 1:3:0 (but should have had 2:1:1) +# getdns-0.1.9 will have libversion 2:2:1 # -GETDNS_LIBVERSION=3:3:2 +GETDNS_LIBVERSION=2:2:1 diff --git a/configure.ac b/configure.ac index 6e321ee6..b1efccd5 100755 --- a/configure.ac +++ b/configure.ac @@ -56,10 +56,11 @@ 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 had libversion 1:2:1 (but should have had 2:2:1) -# getdns-0.1.8 had libversion 1:3:0 (but should have had 3:3:2) +# getdns-0.1.7 had libversion 1:2:1 (but should have had 2:0:1) +# getdns-0.1.8 had libversion 1:3:0 (but should have had 2:1:1) +# getdns-0.1.9 will have libversion 2:2:1 # -GETDNS_LIBVERSION=3:3:2 +GETDNS_LIBVERSION=2:2:1 AC_SUBST(GETDNS_COMPILATION_COMMENT) AC_SUBST(GETDNS_LIBVERSION) diff --git a/ltmain.sh b/ltmain.sh index c29db363..bffda541 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -70,7 +70,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.10ubuntu1 +# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.11 # automake: $automake_version # autoconf: $autoconf_version # @@ -80,7 +80,7 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.2 Debian-2.4.2-1.10ubuntu1" +VERSION="2.4.2 Debian-2.4.2-1.11" TIMESTAMP="" package_revision=1.3337