summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-04-25 13:21:52 +0000
committerTed Lemon <source@isc.org>1999-04-25 13:21:52 +0000
commitea573d1a93984e0158a88ac8800916c085d13361 (patch)
tree8ce537ec6a57e9ebce492dace857a48994021da4 /client
parent61629d48761f903c6631a039292c73adc16f18f4 (diff)
downloadisc-dhcp-ea573d1a93984e0158a88ac8800916c085d13361.tar.gz
Update version number.V3-ALPHA-19990424
Diffstat (limited to 'client')
-rw-r--r--client/dhclient.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/dhclient.c b/client/dhclient.c
index 8f2bafce..4b654ee3 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -22,7 +22,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhclient.c,v 1.74 1999/04/23 23:35:43 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.75 1999/04/25 13:21:51 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -54,7 +54,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-990423";
+static char message [] = "Internet Software Consortium DHCP Client V3.0-alpha-990424";
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";