From: David Hankins Date: Wed, 14 Nov 2007 23:48:34 +0000 (+0000) Subject: To version 4.0.0b3. X-Git-Tag: v4_0_0b3~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66269cce1c527aacd04695ba17775d1998f05d71;p=thirdparty%2Fdhcp.git To version 4.0.0b3. --- diff --git a/README b/README index 222c4653a..f1f89fd1b 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.0.0b2 - October 24, 2007 + Version 4.0.0b3 + November 14, 2007 README FILE @@ -129,12 +129,12 @@ information. On Digital Unix, type ``man pfilt''. To build the DHCP Distribution, unpack the compressed tar file using the tar utility and the gzip command - type something like: - gunzip dhcp-4.0.0b2.tar.gz - tar xvf dhcp-4.0.0b2.tar + gunzip dhcp-4.0.0b3.tar.gz + tar xvf dhcp-4.0.0b3.tar CONFIGURING IT -Now, cd to the dhcp-4.0.0b2 subdirectory that you've just created and +Now, cd to the dhcp-4.0.0b3 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index bcc1d28d1..fa32799c4 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.0.0b2 - October 24, 2007 + Version 4.0.0b3 + November 14, 2007 Release Notes diff --git a/configure.ac b/configure.ac index 6553717c4..967fc53ca 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.0.0b2], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.0.0b3], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such