summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2005-07-22 20:44:58 +0000
committerDavid Hankins <dhankins@isc.org>2005-07-22 20:44:58 +0000
commit1c55e11c97e0717c547dc9a3518785645fe29326 (patch)
tree4b68228d6bde236e47ba2cc1b26cb154846ff678
parent7b5783f5f287db035731d8056363ec99efa0f51a (diff)
downloadisc-dhcp-1c55e11c97e0717c547dc9a3518785645fe29326.tar.gz
-Version to 3.0.3 final, release date to as of today.
-rw-r--r--README8
-rw-r--r--RELNOTES4
-rw-r--r--includes/version.h2
3 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 588f0143..0f7d01d7 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.3rc1
- June 16, 2005
+ Version 3.0.3
+ July 22, 2005
README FILE
@@ -142,14 +142,14 @@ 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:
- zcat dhcp-3.0.3rc1.tar.gz |tar xvf -
+ zcat dhcp-3.0.3.tar.gz |tar xvf -
On BSD/OS, you have to type gzcat, not zcat, and you may run into
similar problems on other operating systems.
CONFIGURING IT
-Now, cd to the dhcp-3.0.3rc1 subdirectory that you've just created and
+Now, cd to the dhcp-3.0.3 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 8c7088ae..ffdbf810 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.3rc1
- June 16, 2005
+ Version 3.0.3
+ July 22, 2005
Release Notes
diff --git a/includes/version.h b/includes/version.h
index 0a0aec8c..b06719da 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0.3rc1"
+#define DHCP_VERSION "V3.0.3"