From: Willem Toorop Date: Tue, 1 Mar 2011 13:12:14 +0000 (+0000) Subject: Forgot this one :/ X-Git-Tag: release-1.6.9rc1^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2d8593c49fe127258c15d70723a4a4db74a04f3;p=thirdparty%2Fldns.git Forgot this one :/ --- diff --git a/examples/nsd-test/configure.ac b/examples/nsd-test/configure.ac index 825f6b06..ecd5be0d 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.6.8, libdns@nlnetlabs.nl,libdns) +AC_INIT(ldns, 1.6.9, 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'