2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Update version number.

This commit is contained in:
Ted Lemon
1999-04-25 13:21:52 +00:00
parent 61629d4876
commit ea573d1a93
5 changed files with 14 additions and 10 deletions

View File

@@ -22,13 +22,13 @@
#ifndef lint
static char ocopyright[] =
"$Id: dhcpd.c,v 1.67 1999/04/23 23:35:43 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.";
"$Id: dhcpd.c,v 1.68 1999/04/25 13:21:50 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 V3.0-alpha 980423";
static char message [] = "Internet Software Consortium DHCP Server V3.0-alpha 980424";
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";