]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version. V3-ALPHA-19990412
authorTed Lemon <source@isc.org>
Mon, 12 Apr 1999 22:24:24 +0000 (22:24 +0000)
committerTed Lemon <source@isc.org>
Mon, 12 Apr 1999 22:24:24 +0000 (22:24 +0000)
README
client/dhclient.c
relay/dhcrelay.c
server/dhcpd.c

diff --git a/README b/README
index 0ee3a1b9446d73105a6432ebfafd9177f40e54c8..53a31e5dc0fdcc8d67a497e95540160071cf3857 100644 (file)
--- a/README
+++ b/README
@@ -89,12 +89,12 @@ 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.0-alpha-19990408.tar.gz |tar xvf -
+       zcat dhcp-3.0-alpha-19990412.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.
 
-Now, cd to the dhcp-3.0-alpha-19990408 subdirectory that you've just
+Now, cd to the dhcp-3.0-alpha-19990412 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
index f5dc1e3e6e6076b24603e2d3ca30fc563e22071e..dfe663bf65792feec263df5c57326a931fd7f49b 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhclient.c,v 1.72 1999/04/08 19:47:55 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhclient.c,v 1.73 1999/04/12 22:24:23 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -54,7 +54,7 @@ struct sockaddr_in sockaddr_broadcast;
 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 V3.0-alpha-990408";
+static char message [] = "Internet Software Consortium DHCP Client V3.0-alpha-990412";
 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 c4ced8e06b092b038b3e1b5e26fa7c4489af1ea9..7ecc89edab4950e9840871c55fd4edbfd32476a7 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcrelay.c,v 1.28 1999/04/08 19:47:55 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.29 1999/04/12 22:24:24 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -91,7 +91,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 V3.0-alpha 19990408";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V3.0-alpha 19990412";
 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 1ab9684a1e1492fd9f3147333d8b8947f05ebafe..be11cbf0914815adee41977f5f0eda060d7c3c79 100644 (file)
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcpd.c,v 1.65 1999/04/08 19:47:54 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.66 1999/04/12 22:24:23 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 V3.0-alpha 980408";
+static char message [] = "Internet Software Consortium DHCP Server V3.0-alpha 980412";
 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";