summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README14
-rw-r--r--RELNOTES6
-rw-r--r--includes/version.h2
3 files changed, 11 insertions, 11 deletions
diff --git a/README b/README
index 21796a24..c72b347e 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.6rc2
- June 11, 2007
+ Version 3.0.6
+ June 29, 2007
- README FILE
+ README FILE
You should read this file carefully before trying to install or use
the ISC DHCP Distribution.
@@ -92,7 +92,7 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is the second release candidate for ISC DHCP 3.0.6.
+This is ISC DHCP 3.0.6.
ISC DHCP 3.0.6 is a maintenance release which seeks only to fix bugs
present in versions 3.0.5 and prior. No new features have been added,
@@ -141,12 +141,12 @@ information. On Digital Unix, type ``man pfilt''.
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
- gunzip dhcp-3.0.6rc2.tar.gz
- tar xvf dhcp-3.0.6rc2.tar
+ gunzip dhcp-3.0.6.tar.gz
+ tar xvf dhcp-3.0.6.tar
CONFIGURING IT
-Now, cd to the dhcp-3.0.6rc2 subdirectory that you've just created and
+Now, cd to the dhcp-3.0.6 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 2ff116e3..633eeaf6 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,8 +1,8 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.6rc2
- June 11, 2007
+ Version 3.0.6
+ June 29, 2007
- Release Notes
+ Release Notes
IMPORTANT NEWS IN THIS RELEASE
diff --git a/includes/version.h b/includes/version.h
index 94efba5f..fb2693ca 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0.6rc2"
+#define DHCP_VERSION "V3.0.6"