From: Ted Lemon Date: Wed, 18 Apr 2001 19:02:48 +0000 (+0000) Subject: Update version. X-Git-Tag: V3-RC1-PATCH-1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e831c83087bc5435dca5b8d5776ca3962cc0e470;p=thirdparty%2Fdhcp.git Update version. --- diff --git a/README b/README index fb4527299..9674c76cf 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Release Candidate 1 - April 17, 2001 + Version 3, Release Candidate 1 Patchlevel 1 + April 18, 2001 README FILE @@ -142,14 +142,14 @@ 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: - zcat dhcp-3.0b2pl24.tar.gz |tar xvf - + zcat dhcp-3.0rc1pl1.tar.gz |tar xvf - On BSD/OS, you have to type gzcat, not zcat, and you may run into similar problems on other operating systems. CONFIGURING IT -Now, cd to the dhcp-3.0b2pl24 subdirectory that you've just +Now, cd to the dhcp-3.0rc1pl1 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/includes/version.h b/includes/version.h index 0234e9b91..6fa17a5b8 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0rc1" +#define DHCP_VERSION "V3.0rc1pl1"