summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README10
-rw-r--r--RELNOTES4
-rw-r--r--includes/version.h2
3 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index 11cbd0dc..5fdee0e9 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.5rc3
- October 3, 2006
+ Version 3.0.5
+ October 26, 2006
README FILE
@@ -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.5rc3.tar.gz
- tar xvf dhcp-3.0.5rc3.tar
+ gunzip dhcp-3.0.5.tar.gz
+ tar xvf dhcp-3.0.5.tar
CONFIGURING IT
-Now, cd to the dhcp-3.0.5rc3 subdirectory that you've just created and
+Now, cd to the dhcp-3.0.5 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index e5f2c9da..c4e3c4f2 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.5rc3
- October 3, 2006
+ Version 3.0.5
+ October 26, 2006
Release Notes
diff --git a/includes/version.h b/includes/version.h
index 1c47fe84..6ad1ac07 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0.5rc3"
+#define DHCP_VERSION "V3.0.5"