]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version number.
authorTed Lemon <source@isc.org>
Sat, 13 Feb 1999 19:25:10 +0000 (19:25 +0000)
committerTed Lemon <source@isc.org>
Sat, 13 Feb 1999 19:25:10 +0000 (19:25 +0000)
README
client/dhclient.c
relay/dhcrelay.c
server/dhcpd.c

diff --git a/README b/README
index 83c03bbb7dc1f13aeb96b2d53c4aaf0dd315cec6..59e7427d24d5c94d8873e62963cffea7d355e965 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
-                  Version 2, Beta 1, Patchlevel 11
-                         February 8, 1998
+                  Version 2, Beta 1, Patchlevel 12
+                         February 13, 1998
 
 This is the first Beta release of Version 2 of the Internet Software
 Consortium DHCP Distribution.  In version 2.0, this distribution
@@ -47,9 +47,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.0b1pl11.tar.gz |tar xvf -
+       zcat dhcp-2.0b1pl12.tar.gz |tar xvf -
 
-Now, cd to the dhcp-2.0b1pl11 subdirectory that you've just created and
+Now, cd to the dhcp-2.0b1pl12 subdirectory that you've just created and
 configure the source tree by typing:
 
                ./configure
index 30de76bc24c4368758ff8d973530aea7cb6c9992..5470905a48a33321750ffb577d85cf8ba41de13c 100644 (file)
@@ -56,7 +56,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhclient.c,v 1.44.2.15 1999/02/13 18:54:51 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhclient.c,v 1.44.2.16 1999/02/13 19:25:09 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.0b1pl11";
+static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl12";
 static char contrib [] = "\nPlease contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";
 
index 48583841adee10fe643c7e42f3491d400d4bcec5..b13570c6a403e57c98543a58643ed42888cf34bd 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char ocopyright [] =
-"$Id: dhcrelay.c,v 1.9.2.11 1999/02/09 04:59:52 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.9.2.12 1999/02/13 19:25:10 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.0b1pl11";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl12";
 static char contrib [] = "\nPlease contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";
 
index 9463efc1845a6ef64166fbb4fd5ff5d10a2b7fb0..8617d9d9c91266f09359b770053d71827793d14f 100644 (file)
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcpd.c,v 1.45.2.10 1999/02/09 04:59:50 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.45.2.11 1999/02/13 19:25:08 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.0b1pl11 ";
+static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl12 ";
 static char contrib [] = "\nPlease contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";