From: Jelte Jansen Date: Mon, 9 Feb 2009 21:06:56 +0000 (+0000) Subject: version number update X-Git-Tag: release-1.5.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22b259dbd7ac870b2a8d2bb97c9948a27e160646;p=thirdparty%2Fldns.git version number update --- diff --git a/configure.ac b/configure.ac index 4fb35053..0b12bcad 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.56) AC_INIT(ldns, 1.5.0, libdns@nlnetlabs.nl, libdns) AC_CONFIG_SRCDIR([packet.c]) # needed to build correct soname -AC_SUBST(LIBTOOL_VERSION_INFO, "1:4:1") +AC_SUBST(LIBTOOL_VERSION_INFO, "1:5:0") PACKAGE_VERSION="$PACKAGE_VERSION" diff --git a/examples/nsd-test/configure.ac b/examples/nsd-test/configure.ac index e089ae3b..b2a38403 100644 --- a/examples/nsd-test/configure.ac +++ b/examples/nsd-test/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(ldns, 1.3.0, libdns@nlnetlabs.nl,libdns) +AC_INIT(ldns, 1.5.0, libdns@nlnetlabs.nl,libdns) AC_CONFIG_SRCDIR([nsd-ldnsd.c]) OURCPPFLAGS='-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D__BSD_VISIBLE' diff --git a/lua/configure.ac b/lua/configure.ac index b18b2ad1..9ef7b532 100644 --- a/lua/configure.ac +++ b/lua/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(ldns-tests, 1.3.0, ldns@nlnetlabs.nl, ldns-tests-1.0) +AC_INIT(ldns-tests, 1.5.0, ldns@nlnetlabs.nl, ldns-tests-1.0) AC_CONFIG_SRCDIR([../ldns/config.h]) AC_AIX