From: Ted Lemon Date: Tue, 16 Mar 1999 00:56:36 +0000 (+0000) Subject: Update version. X-Git-Tag: V3-ALPHA-19990315~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47434ab2bab3bff196b7ed79dbad17129fa331ab;p=thirdparty%2Fdhcp.git Update version. --- diff --git a/server/dhcpd.c b/server/dhcpd.c index e8a16fba0..66f8b7727 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -94,13 +94,13 @@ #ifndef lint static char ocopyright[] = -"$Id: dhcpd.c,v 1.57 1999/03/10 20:42:43 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; +"$Id: dhcpd.c,v 1.58 1999/03/16 00:56:36 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 980225"; +static char message [] = "Internet Software Consortium DHCP Server V3.0-alpha 980315"; 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";