]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version number.
authorTed Lemon <source@isc.org>
Thu, 8 Apr 1999 21:25:07 +0000 (21:25 +0000)
committerTed Lemon <source@isc.org>
Thu, 8 Apr 1999 21:25:07 +0000 (21:25 +0000)
client/dhclient.c
relay/dhcrelay.c
server/dhcpd.c

index 3901efb6ac8748404dd3093092b84bc744164be6..e7e0e8b00ee84087ef3a6f2708923fd5bb8d6513 100644 (file)
@@ -56,7 +56,7 @@
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhclient.c,v 1.44.2.33 1999/03/30 22:07:41 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhclient.c,v 1.44.2.34 1999/04/08 21:25:04 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -92,7 +92,7 @@ int save_scripts;
 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 V2.0b1pl23";
+static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl24";
 static char contrib [] = "Please contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html";
 
index 9ff596356b681ae1237a2217d93473a112b995d9..25c5f55cf58587ddefb74e5ddbb11103c7db413e 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char ocopyright [] =
-"$Id: dhcrelay.c,v 1.9.2.26 1999/03/30 22:07:42 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.9.2.27 1999/04/08 21:25:07 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -76,7 +76,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 V2.0b1pl23";
+static char message [] = "Internet Software Consortium DHCP Relay Agent V2.0b1pl24";
 static char contrib [] = "Please contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html";
 
index 365a84a9571d46cbdb5faa9ebe43341eb095408d..731cf68b6142aa3dbbc2fc4997c32da96093481d 100644 (file)
 
 #ifndef lint
 static char ocopyright[] =
-"$Id: dhcpd.c,v 1.45.2.24 1999/03/30 22:07:40 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.45.2.25 1999/04/08 21:25:06 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 V2.0b1pl23";
+static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl24";
 static char contrib [] = "Please contribute if you find this software useful.";
 static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html";