summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2005-02-17 22:54:19 +0000
committerDavid Hankins <dhankins@isc.org>2005-02-17 22:54:19 +0000
commit01daf582eae925f2a8babfe1d612f7202ae04b56 (patch)
treecb78da4bbd06dc94cff2701cc46adf093d6d3e6e
parent59c4d3861fc40f93a43843fdeb6e30ae2aacd65b (diff)
downloadisc-dhcp-3-0-2-PBSG0.tar.gz
- version to "3.0.2-pbsg0"V3-0-2-PBSG0
- server/ddns.c copyright updated for 2005.
-rw-r--r--includes/version.h2
-rw-r--r--server/ddns.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/includes/version.h b/includes/version.h
index b85a6643..16031433 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0.2"
+#define DHCP_VERSION "V3.0.2-pbsg0"
diff --git a/server/ddns.c b/server/ddns.c
index e953b238..025c834f 100644
--- a/server/ddns.c
+++ b/server/ddns.c
@@ -3,7 +3,7 @@
Dynamic DNS updates. */
/*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2005 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2000-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$Id: ddns.c,v 1.15.2.15.36.1 2005/02/17 22:36:06 dhankins Exp $ Copyright (c) 2004 Internet Systems Consortium. All rights reserved.\n";
+"$Id: ddns.c,v 1.15.2.15.36.2 2005/02/17 22:54:19 dhankins Exp $ Copyright (c) 2004 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"