]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version number.
authorTed Lemon <source@isc.org>
Tue, 16 Mar 1999 00:53:28 +0000 (00:53 +0000)
committerTed Lemon <source@isc.org>
Tue, 16 Mar 1999 00:53:28 +0000 (00:53 +0000)
relay/dhcrelay.c

index aaca4309ad5d43f664e312e465b6f7af47709e92..cf42f88a48aab1f98196d5a1e1c2140036f07e53 100644 (file)
@@ -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";