summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"