From: Ted Lemon Date: Tue, 16 Mar 1999 00:53:28 +0000 (+0000) Subject: Update version number. X-Git-Tag: V3-ALPHA-19990315~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b340aa46103d63be367359a4c29717c13d3180e7;p=thirdparty%2Fdhcp.git Update version number. --- diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c index aaca4309a..cf42f88a4 100644 --- a/relay/dhcrelay.c +++ b/relay/dhcrelay.c @@ -42,7 +42,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhcrelay.c,v 1.21 1999/03/13 18:57:34 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dhcrelay.c,v 1.22 1999/03/16 00:53:28 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -111,7 +111,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 19990225"; +static char message [] = "Internet Software Consortium DHCP Relay Agent V3.0-alpha 19990315"; 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";