]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
update version number
authorJelte Jansen <jelte@NLnetLabs.nl>
Mon, 6 Oct 2008 13:49:01 +0000 (13:49 +0000)
committerJelte Jansen <jelte@NLnetLabs.nl>
Mon, 6 Oct 2008 13:49:01 +0000 (13:49 +0000)
configure.ac
drill/configure.ac
examples/configure.ac

index f49c68f5112b054cb4edd825df32354b58d104b2..fc91038ddc2d89cd002a0c5731e72bc1769e8bde 100644 (file)
@@ -2,10 +2,10 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.56)
 
-AC_INIT(ldns, 1.3.0, libdns@nlnetlabs.nl, libdns)
+AC_INIT(ldns, 1.4.0, libdns@nlnetlabs.nl, libdns)
 AC_CONFIG_SRCDIR([packet.c])
 # needed to build correct soname
-AC_SUBST(LIBTOOL_VERSION_INFO, "1:3:0")
+AC_SUBST(LIBTOOL_VERSION_INFO, "1:4:0")
 
 PACKAGE_VERSION="$PACKAGE_VERSION"
 
index 36de2ebc1a0d8bcaf8745e99d6849e83be172abc..7d69da756398271612544c2dc3329459fb472b56 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.56)
-AC_INIT(ldns, 1.3.0, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.4.0, libdns@nlnetlabs.nl,libdns)
 AC_CONFIG_SRCDIR([drill.c])
 
 OURCPPFLAGS=''
index faaa2a7d8e07f668fb1d8b8b516f04346f70a747..372602ff703568a7338a1158314c95fa305c6d0f 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.56)
-AC_INIT(ldns, 1.3.0, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.4.0, libdns@nlnetlabs.nl,libdns)
 AC_CONFIG_SRCDIR([ldns-read-zone.c])
 
 OURCPPFLAGS=''