libtool knew we lied

This commit is contained in:
Willem Toorop 2015-03-26 16:14:04 -05:00
parent beb911daf1
commit 2d7b58a84b
2 changed files with 6 additions and 6 deletions

6
configure vendored
View File

@ -2386,10 +2386,10 @@ GETDNS_COMPILATION_COMMENT="getdns 0.1.7 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:1
# getdns-0.1.7 will have libversion 1:2:2
# getdns-0.1.6 had libversion 1:1:0
# getdns-0.1.7 will have libversion 1:2:1
#
GETDNS_LIBVERSION=1:2:2
GETDNS_LIBVERSION=1:2:1

View File

@ -59,10 +59,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:1
# getdns-0.1.7 will have libversion 1:2:2
# getdns-0.1.6 had libversion 1:1:0
# getdns-0.1.7 will have libversion 1:2:1
#
GETDNS_LIBVERSION=1:2:2
GETDNS_LIBVERSION=1:2:1
AC_SUBST(GETDNS_COMPILATION_COMMENT)
AC_SUBST(GETDNS_LIBVERSION)