From: Ted Lemon Date: Fri, 10 Jul 1998 23:23:19 +0000 (+0000) Subject: Update version number. X-Git-Tag: V2-BETA-1-PATCH-7~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df6d172b2346b4d492dd4bc4df03bbe13e3d62ae;p=thirdparty%2Fdhcp.git Update version number. --- diff --git a/server/dhcpd.c b/server/dhcpd.c index 73fc029a4..7a589c7eb 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -42,13 +42,13 @@ #ifndef lint static char ocopyright[] = -"$Id: dhcpd.c,v 1.45.2.3 1998/07/10 04:52:17 mellon Exp $ Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium."; +"$Id: dhcpd.c,v 1.45.2.4 1998/07/10 23:23:19 mellon Exp $ Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium."; #endif static char copyright[] = "Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium."; static char arr [] = "All rights reserved."; -static char message [] = "Internet Software Consortium DHCPD $Name: $"; +static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl7 "; #include "dhcpd.h"