diff options
author | Ted Lemon <source@isc.org> | 1999-04-25 13:21:52 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-04-25 13:21:52 +0000 |
commit | ea573d1a93984e0158a88ac8800916c085d13361 (patch) | |
tree | 8ce537ec6a57e9ebce492dace857a48994021da4 /relay/dhcrelay.c | |
parent | 61629d48761f903c6631a039292c73adc16f18f4 (diff) | |
download | isc-dhcp-ea573d1a93984e0158a88ac8800916c085d13361.tar.gz |
Update version number.V3-ALPHA-19990424
Diffstat (limited to 'relay/dhcrelay.c')
-rw-r--r-- | relay/dhcrelay.c | 4 |
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"; |