From: Ted Lemon Date: Tue, 16 Mar 1999 00:17:20 +0000 (+0000) Subject: Update version string. X-Git-Tag: V3-ALPHA-19990315~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ffa442ca455310dd7d55be8c3865c492b5958c0;p=thirdparty%2Fdhcp.git Update version string. --- diff --git a/client/dhclient.c b/client/dhclient.c index 02eb270f4..ba7e8116d 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -56,7 +56,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhclient.c,v 1.60 1999/03/13 18:52:41 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dhclient.c,v 1.61 1999/03/16 00:17:20 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -88,7 +88,7 @@ struct sockaddr_in sockaddr_broadcast; 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 Client V3.0-alpha-990225"; +static char message [] = "Internet Software Consortium DHCP Client V3.0-alpha-990315"; 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";