aboutsummaryrefslogtreecommitdiff
path: root/examples/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'examples/configure.ac')
-rw-r--r--examples/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/configure.ac b/examples/configure.ac
index e33983e77185..f692a4dceca3 100644
--- a/examples/configure.ac
+++ b/examples/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.56)
-AC_INIT(ldns, 1.6.17, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.7.0, libdns@nlnetlabs.nl,libdns)
AC_CONFIG_SRCDIR([ldns-read-zone.c])
sinclude(../acx_nlnetlabs.m4)