summaryrefslogtreecommitdiff
path: root/relay
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-03-29 23:00:02 +0000
committerTed Lemon <source@isc.org>1999-03-29 23:00:02 +0000
commit196be7203b16783b47834b71a60a485604bb205d (patch)
treebcb6f1e7ca23aa0c17bccadfb8437d7afc17f8ca /relay
parent5531823f62256fc4184e108b4e0bc354375e169c (diff)
downloadisc-dhcp-196be7203b16783b47834b71a60a485604bb205d.tar.gz
Update version.V3-ALPHA-19990329A
Diffstat (limited to 'relay')
-rw-r--r--relay/dhcrelay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index f60e2939..b8022b91 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -22,7 +22,7 @@
#ifndef lint
static char ocopyright[] =
-"$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";
+"$Id: dhcrelay.c,v 1.26 1999/03/29 23:00:02 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 19990329";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V3.0-alpha 19990329a";
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";