]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version and timestamps for 4.2.2
authorShawn Routhier <sar@isc.org>
Wed, 20 Jul 2011 00:32:18 +0000 (00:32 +0000)
committerShawn Routhier <sar@isc.org>
Wed, 20 Jul 2011 00:32:18 +0000 (00:32 +0000)
README
RELNOTES
configure.ac

diff --git a/README b/README
index f8a69a1696e4c05587981b35fcad466823938356..5921344cebba9ed3f22d2481cde2623d29fa70f2 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.2.2rc1
-                             12 July 2011
+                            Version 4.2.2
+                             27 July 2011
 
                              README FILE
 
@@ -97,7 +97,7 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is ISC DHCP 4.2.2rc1, a maintenance release containing patches.
+This is ISC DHCP 4.2.2, a maintenance release containing patches.
 
 In this release, the DHCPv6 server should be fully functional on Linux,
 Solaris, or any BSD.  The DHCPv6 client should be similarly functional
@@ -132,12 +132,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.2.2rc1.tar.gz
-       tar xvf dhcp-4.2.2rc1.tar
+       gunzip dhcp-4.2.2.tar.gz
+       tar xvf dhcp-4.2.2.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.2.2rc1 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.2 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index c0251b6746789c49394fab27407b16a101dea83d..d5343973c2780692fe77c853ff955c2a7d4f8729 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.2.2rc1
-                             12 July 2011
+                            Version 4.2.2
+                             27 July 2011
 
                              Release Notes
 
index 9e03bdaab90781e6aed087df5723f36863c483c8..df4bae32bed9bc5222f2c88ba083ba6c82a19955 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.2.2rc1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.2], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such