]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version. V2-BETA-1-PATCH-22
authorTed Lemon <source@isc.org>
Tue, 30 Mar 1999 03:01:43 +0000 (03:01 +0000)
committerTed Lemon <source@isc.org>
Tue, 30 Mar 1999 03:01:43 +0000 (03:01 +0000)
README
client/dhclient.c
relay/dhcrelay.c
server/dhcpd.c

diff --git a/README b/README
index ccbe83dd0d9e69060130ce6223ef8c2c796d709a..b7cbd31345afec2e4a553f3ed7bad7787ee7c609 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
-                  Version 2, Beta 1, Patchlevel 21
+                  Version 2, Beta 1, Patchlevel 22
                            March 29, 1998
 
 Documentation for this software includes this README file, the
@@ -88,9 +88,9 @@ 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-2.0b1pl21.tar.gz |tar xvf -
+       zcat dhcp-2.0b1pl22.tar.gz |tar xvf -
 
-Now, cd to the dhcp-2.0b1pl21 subdirectory that you've just created and
+Now, cd to the dhcp-2.0b1pl22 subdirectory that you've just created and
 configure the source tree by typing:
 
                ./configure
index 30258f821873418ace21052a55f0fc046e8a4c41..b06a0272cc505b5a4a2b047bf9657c0624dd6806 100644 (file)
@@ -56,7 +56,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhclient.c,v 1.44.2.31 1999/03/30 01:45:47 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhclient.c,v 1.44.2.32 1999/03/30 03:01:40 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -92,7 +92,7 @@ int save_scripts;
 static char copyright[] =
 "Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
 static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl21";
+static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl22";
 static char contrib [] = "Please contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html";
 
index c052cfdc81e171c0bf9df212dacb91e2388ff33a..02ea85ea08feeca5320070e8798be31c3fc65246 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char ocopyright [] =
-"$Id: dhcrelay.c,v 1.9.2.24 1999/03/30 01:45:49 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.9.2.25 1999/03/30 03:01:42 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -76,7 +76,7 @@ struct server_list {
 static char copyright [] =
 "Copyright 1997, 1998, 1999 The Internet Software Consortium.";
 static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl21";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl22";
 static char contrib [] = "Please contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html";
 
index 73e8285d2c75e0fdf494a4af90804b0a998f7e91..5247ef71d61bc7cfe98d165e4395fc4d011d0f1f 100644 (file)
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcpd.c,v 1.45.2.22 1999/03/30 01:45:49 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.45.2.23 1999/03/30 03:01:42 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
 #endif
 
 static char copyright[] =
 "Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
 static char arr [] = "All rights reserved.";
-static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl21";
+static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl20";
 static char contrib [] = "Please contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html";