summaryrefslogtreecommitdiff
path: root/relay
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-04-25 13:21:52 +0000
committerTed Lemon <source@isc.org>1999-04-25 13:21:52 +0000
commitea573d1a93984e0158a88ac8800916c085d13361 (patch)
tree8ce537ec6a57e9ebce492dace857a48994021da4 /relay
parent61629d48761f903c6631a039292c73adc16f18f4 (diff)
downloadisc-dhcp-ea573d1a93984e0158a88ac8800916c085d13361.tar.gz
Update version number.V3-ALPHA-19990424
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 90f21015..17600923 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -22,7 +22,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcrelay.c,v 1.30 1999/04/23 23:35:44 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.31 1999/04/25 13:21:52 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 19990423";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V3.0-alpha 19990424";
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";