]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
version++ in preparation for release later today
authorDavid Hankins <dhankins@isc.org>
Fri, 5 Oct 2007 19:41:57 +0000 (19:41 +0000)
committerDavid Hankins <dhankins@isc.org>
Fri, 5 Oct 2007 19:41:57 +0000 (19:41 +0000)
README
RELNOTES
configure.ac

diff --git a/README b/README
index 5c575680cc79418517e889bf8f2c46f2619d321e..6c5dae2c8fa7e35fe898d1d16a23e5d2e513c2a8 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                           Version 4.0.0a3
-                          September 5, 2007
+                           Version 4.0.0b1
+                           October 5, 2007
 
                              README FILE
 
@@ -92,7 +92,7 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is the third alpha release of ISC DHCP 4.0.0, a feature release
+This is the first BETA release of ISC DHCP 4.0.0, a feature release
 bent to the purpose of implementing DHCPv6.
 
 In this release, the DHCPv6 server should be fully functional on Linux,
@@ -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.0a3.tar.gz
-       tar xvf dhcp-4.0.0a3.tar
+       gunzip dhcp-4.0.0b1.tar.gz
+       tar xvf dhcp-4.0.0b1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-dhcp-4.0.0a3 subdirectory that you've just
+Now, cd to the dhcp-dhcp-4.0.0b1 subdirectory that you've just
 created and configure the source tree by typing:
 
        ./configure
index 1ef1e991292cb39f1dc38ebbb908b47296ec44b8..6ea594cf1caec718101b0a632af5eaac855baed7 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                           Version 4.0.0a3
-                          September 5, 2007
+                           Version 4.0.0b1
+                           October 5, 2007
 
                             Release Notes
 
index 4549c00c24aeb716dcb0f97a79da4f31d30be384..77ddb903d432c5c2f7d51794957127fdf0e07e11 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.0.0a3], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.0.0b1], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such