]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Releasing 4.0.0a2
authorEvan Hunt <each@isc.org>
Tue, 10 Jul 2007 21:58:12 +0000 (21:58 +0000)
committerEvan Hunt <each@isc.org>
Tue, 10 Jul 2007 21:58:12 +0000 (21:58 +0000)
README
RELNOTES
configure.ac

diff --git a/README b/README
index 5f665569b5e03ee8fa51847e739c51813bc19711..151bb51c0dd8c9eaa42603f23ba85d2bbe4fb321 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-              Internet Systems Consortium DHCP Distribution
-                            Version 4.0.0a1
-                             May 19, 2007
+             Internet Systems Consortium DHCP Distribution
+                           Version 4.0.0a2
+                            July 10, 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.0a1.tar.gz
-       tar xvf dhcp-4.0.0a1.tar
+       gunzip dhcp-4.0.0a2.tar.gz
+       tar xvf dhcp-4.0.0a2.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-dhcp-4.0.0a1 subdirectory that you've just
+Now, cd to the dhcp-dhcp-4.0.0a2 subdirectory that you've just
 created and configure the source tree by typing:
 
        ./configure
index 5c4c92781b97c6cf7fe7149e24d0dbe41a466c03..f42ee894112e5f36b7b321c9192d16e806ec053e 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.0.0a1
-                             May 19, 2007
+                           Version 4.0.0a2
+                            July 10, 2007
 
                             Release Notes
 
index 37a40b71bf4198e0ce4eb73fd20a4de7134eba99..f621e894597670ad36a3e1e93ed41bb44ebe6c80 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.0.0a1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.0.0a2], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such