diff options
author | Ted Lemon <source@isc.org> | 1999-03-30 21:54:03 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-03-30 21:54:03 +0000 |
commit | 37fc56b47d3e8d5824f6e9eea5b787ce763bc698 (patch) | |
tree | e4f11dcd17bfadf6c07981c8e3c29e347cbbba3d /server | |
parent | fd505e341bd0c421c659ccd07674df66e408144f (diff) | |
download | isc-dhcp-37fc56b47d3e8d5824f6e9eea5b787ce763bc698.tar.gz |
Update versionV3-ALPHA-19990330
Diffstat (limited to 'server')
-rw-r--r-- | server/dhcpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/dhcpd.c b/server/dhcpd.c index e7b5b48c..13dd1a2a 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -22,13 +22,13 @@ #ifndef lint static char ocopyright[] = -"$Id: dhcpd.c,v 1.63 1999/03/29 23:00:01 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; +"$Id: dhcpd.c,v 1.64 1999/03/30 21:54:03 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 V3.0-alpha 980329a"; +static char message [] = "Internet Software Consortium DHCP Server V3.0-alpha 980330"; 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"; |