2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 05:47:45 +00:00

Adjust version numbers.

This commit is contained in:
Ted Lemon 1999-03-29 19:04:36 +00:00
parent e5e41be4c5
commit 96c2624b8d
4 changed files with 9 additions and 9 deletions

6
README
View File

@ -1,7 +1,7 @@
Internet Software Consortium Internet Software Consortium
Dynamic Host Configuration Protocol Distribution Dynamic Host Configuration Protocol Distribution
Version 3, Alpha Snapshot Version 3, Alpha Snapshot
March 26, 1998 March 29, 1998
This is an alpha test snapshot of Version 3 of the Internet Software This is an alpha test snapshot of Version 3 of the Internet Software
Consortium DHCP Distribution. In version 3, this distribution Consortium DHCP Distribution. In version 3, this distribution
@ -91,9 +91,9 @@ information. On Digital Unix, type ``man pfilt''.
To build the DHCP Distribution, unpack the compressed tar file using To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like: the tar utility and the gzip command - type something like:
zcat dhcp-3.0-alpha-19990326.tar.gz |tar xvf - zcat dhcp-3.0-alpha-19990329.tar.gz |tar xvf -
Now, cd to the dhcp-3.0-alpha-19990326 subdirectory that you've just Now, cd to the dhcp-3.0-alpha-19990329 subdirectory that you've just
created and configure the source tree by typing: created and configure the source tree by typing:
./configure ./configure

View File

@ -22,7 +22,7 @@
#ifndef lint #ifndef lint
static char ocopyright[] = static char ocopyright[] =
"$Id: dhclient.c,v 1.66 1999/03/29 18:49:58 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; "$Id: dhclient.c,v 1.67 1999/03/29 19:04:35 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */ #endif /* not lint */
#include "dhcpd.h" #include "dhcpd.h"
@ -54,7 +54,7 @@ struct sockaddr_in sockaddr_broadcast;
static char copyright[] = static char copyright[] =
"Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; "Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
static char arr [] = "All rights reserved."; static char arr [] = "All rights reserved.";
static char message [] = "Internet Software Consortium DHCP Client V3.0-alpha-990326"; static char message [] = "Internet Software Consortium DHCP Client V3.0-alpha-990329";
static char contrib [] = "\nPlease contribute if you find this software useful."; 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"; static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";

View File

@ -22,7 +22,7 @@
#ifndef lint #ifndef lint
static char ocopyright[] = static char ocopyright[] =
"$Id: dhcrelay.c,v 1.24 1999/03/26 21:27:24 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; "$Id: dhcrelay.c,v 1.25 1999/03/29 19:04:36 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */ #endif /* not lint */
#include "dhcpd.h" #include "dhcpd.h"
@ -91,7 +91,7 @@ struct server_list {
static char copyright [] = static char copyright [] =
"Copyright 1997, 1998, 1999 The Internet Software Consortium."; "Copyright 1997, 1998, 1999 The Internet Software Consortium.";
static char arr [] = "All rights reserved."; static char arr [] = "All rights reserved.";
static char message [] = "Internet Software Consortium DHCP Relay Agent V3.0-alpha 19990326"; static char message [] = "Internet Software Consortium DHCP Relay Agent V3.0-alpha 19990329";
static char contrib [] = "\nPlease contribute if you find this software useful."; 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"; static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";

View File

@ -22,13 +22,13 @@
#ifndef lint #ifndef lint
static char ocopyright[] = static char ocopyright[] =
"$Id: dhcpd.c,v 1.61 1999/03/26 21:27:22 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; "$Id: dhcpd.c,v 1.62 1999/03/29 19:04:35 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
#endif #endif
static char copyright[] = static char copyright[] =
"Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; "Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
static char arr [] = "All rights reserved."; static char arr [] = "All rights reserved.";
static char message [] = "Internet Software Consortium DHCP Server V3.0-alpha 980326"; static char message [] = "Internet Software Consortium DHCP Server V3.0-alpha 980329";
static char contrib [] = "\nPlease contribute if you find this software useful."; 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"; static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n";