]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version.
authorTed Lemon <source@isc.org>
Wed, 18 Apr 2001 19:02:48 +0000 (19:02 +0000)
committerTed Lemon <source@isc.org>
Wed, 18 Apr 2001 19:02:48 +0000 (19:02 +0000)
README
includes/version.h

diff --git a/README b/README
index fb4527299fd86c8e4678e31f4e6c11ca0d52fd70..9674c76cf7c5ff275b84605505ab549029ec72b6 100644 (file)
--- 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
index 0234e9b91e47a36a3684187faa1417c1237b1e97..6fa17a5b8e0b012fc0698f21907137d91831166d 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0rc1"
+#define DHCP_VERSION   "V3.0rc1pl1"