]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version numbers.
authorTed Lemon <source@isc.org>
Fri, 19 Feb 1999 18:30:21 +0000 (18:30 +0000)
committerTed Lemon <source@isc.org>
Fri, 19 Feb 1999 18:30:21 +0000 (18:30 +0000)
README
client/dhclient.c
relay/dhcrelay.c
server/dhcpd.c

diff --git a/README b/README
index 84301df308c3b798c908cae920281e565f0858e7..40ed2b2e33eb9339d6209e837df3c4e60415234a 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
-                  Version 2, Beta 1, Patchlevel 13
-                         February 16, 1998
+                  Version 2, Beta 1, Patchlevel 14
+                         February 19, 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.0b1pl13.tar.gz |tar xvf -
+       zcat dhcp-2.0b1pl14.tar.gz |tar xvf -
 
-Now, cd to the dhcp-2.0b1pl13 subdirectory that you've just created and
+Now, cd to the dhcp-2.0b1pl14 subdirectory that you've just created and
 configure the source tree by typing:
 
                ./configure
index 15f6db8c9a0b0558f3183a4694abf9af813504e0..a31ddf13dae8d3c9290bd164f5fdb832ab0fa3e1 100644 (file)
@@ -56,7 +56,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhclient.c,v 1.44.2.19 1999/02/19 17:40:52 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhclient.c,v 1.44.2.20 1999/02/19 18:30:19 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.0b1pl13";
+static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl14";
 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 02d38beff05c5b1629c74c43676aed7cf43df481..0238353e18317cd062e75128dfe8de79edeaa0c8 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char ocopyright [] =
-"$Id: dhcrelay.c,v 1.9.2.13 1999/02/16 20:36:58 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.9.2.14 1999/02/19 18:30:21 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.0b1pl13";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl14";
 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 2ac69408ff3300e06a3bc27a226749dbfe6418fb..92facaf6ff52428580b5457a857178bf39375bb7 100644 (file)
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcpd.c,v 1.45.2.12 1999/02/16 20:36:55 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.45.2.13 1999/02/19 18:30:19 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.0b1pl13 ";
+static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl14 ";
 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";