]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
version number update
authorJelte Jansen <jelte@NLnetLabs.nl>
Mon, 9 Feb 2009 21:06:56 +0000 (21:06 +0000)
committerJelte Jansen <jelte@NLnetLabs.nl>
Mon, 9 Feb 2009 21:06:56 +0000 (21:06 +0000)
configure.ac
examples/nsd-test/configure.ac
lua/configure.ac

index 4fb3505388b2ee66daf9f0a53ec80a85ecd34eb4..0b12bcadb2420f3e2067db1aa6688bb8c446bcca 100644 (file)
@@ -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"
 
index e089ae3b973cced78488c8cffe5540d6544d73fa..b2a3840310fba3a3e75c2fef5efa098a2b56189f 100644 (file)
@@ -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'
index b18b2ad1011af6510efdd24a077206fc98f72687..9ef7b53203860db43a583c58f2b1b6ad76f63fb3 100644 (file)
@@ -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