]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
To version 4.0.0b3.
authorDavid Hankins <dhankins@isc.org>
Wed, 14 Nov 2007 23:48:34 +0000 (23:48 +0000)
committerDavid Hankins <dhankins@isc.org>
Wed, 14 Nov 2007 23:48:34 +0000 (23:48 +0000)
README
RELNOTES
configure.ac

diff --git a/README b/README
index 222c4653ad5812782cb4f441092026c2cb7d16f0..f1f89fd1b7ab89921906b820db1937101517f537 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                           Version 4.0.0b2
-                          October 24, 2007
+                           Version 4.0.0b3
+                          November 14, 2007
 
                              README FILE
 
@@ -129,12 +129,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-4.0.0b2.tar.gz
-       tar xvf dhcp-4.0.0b2.tar
+       gunzip dhcp-4.0.0b3.tar.gz
+       tar xvf dhcp-4.0.0b3.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.0.0b2 subdirectory that you've just created and
+Now, cd to the dhcp-4.0.0b3 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index bcc1d28d14e2ed1cb83f6f40da397c5956b52415..fa32799c4b5e097ad0e6082a237266a6e31f1f35 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                           Version 4.0.0b2
-                          October 24, 2007
+                           Version 4.0.0b3
+                          November 14, 2007
 
                             Release Notes
 
index 6553717c4731c2f4c955ee9198086406e2178f9e..967fc53ca93c1c822b056aa9b71cbb00068c3b33 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.0.0b2], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.0.0b3], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such