From: David Hankins Date: Fri, 5 Oct 2007 19:41:57 +0000 (+0000) Subject: version++ in preparation for release later today X-Git-Tag: v4_0_0b1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7509fb6e12ed4566546082f92144df54b1198b04;p=thirdparty%2Fdhcp.git version++ in preparation for release later today --- diff --git a/README b/README index 5c575680c..6c5dae2c8 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.0.0a3 - September 5, 2007 + Version 4.0.0b1 + October 5, 2007 README FILE @@ -92,7 +92,7 @@ directory, it may not have up-to-date information). RELEASE STATUS -This is the third alpha release of ISC DHCP 4.0.0, a feature release +This is the first BETA release of ISC DHCP 4.0.0, a feature release bent to the purpose of implementing DHCPv6. In this release, the DHCPv6 server should be fully functional on Linux, @@ -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.0a3.tar.gz - tar xvf dhcp-4.0.0a3.tar + gunzip dhcp-4.0.0b1.tar.gz + tar xvf dhcp-4.0.0b1.tar CONFIGURING IT -Now, cd to the dhcp-dhcp-4.0.0a3 subdirectory that you've just +Now, cd to the dhcp-dhcp-4.0.0b1 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 1ef1e9912..6ea594cf1 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.0.0a3 - September 5, 2007 + Version 4.0.0b1 + October 5, 2007 Release Notes diff --git a/configure.ac b/configure.ac index 4549c00c2..77ddb903d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.0.0a3], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.0.0b1], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such