summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-02-23 22:37:50 +0000
committerTed Lemon <source@isc.org>1999-02-23 22:37:50 +0000
commite96360787bcb6e7455092adfa584c17371d20e3d (patch)
tree95776fa456c01f388411b6dd6af2bd8fb9206bcf
parent9a1364d649174f5ff1149fc9e58f7a28b78305e1 (diff)
downloadisc-dhcp-e96360787bcb6e7455092adfa584c17371d20e3d.tar.gz
Update version numbers.
-rw-r--r--README8
-rw-r--r--client/dhclient.c4
-rw-r--r--relay/dhcrelay.c4
-rw-r--r--server/dhcpd.c4
4 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index 40ed2b2e..37dd8800 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 2, Beta 1, Patchlevel 14
- February 19, 1998
+ Version 2, Beta 1, Patchlevel 15
+ February 23, 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.0b1pl14.tar.gz |tar xvf -
+ zcat dhcp-2.0b1pl15.tar.gz |tar xvf -
-Now, cd to the dhcp-2.0b1pl14 subdirectory that you've just created and
+Now, cd to the dhcp-2.0b1pl15 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/client/dhclient.c b/client/dhclient.c
index c47841a5..386d3db7 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -56,7 +56,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhclient.c,v 1.44.2.21 1999/02/23 17:42: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.22 1999/02/23 22:37:48 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.0b1pl14";
+static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl15";
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";
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index ed000b98..73465aea 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -42,7 +42,7 @@
#ifndef lint
static char ocopyright [] =
-"$Id: dhcrelay.c,v 1.9.2.16 1999/02/23 17:40:10 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.9.2.17 1999/02/23 22:37:49 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.0b1pl14";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl15";
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";
diff --git a/server/dhcpd.c b/server/dhcpd.c
index 414fed56..eea9a3df 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -42,13 +42,13 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcpd.c,v 1.45.2.14 1999/02/23 17:48:09 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.45.2.15 1999/02/23 22:37:50 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.0b1pl14 ";
+static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl15 ";
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";