]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Update version stamp for 4.3.1rc1
authorShawn Routhier <sar@isc.org>
Mon, 28 Jul 2014 22:19:47 +0000 (15:19 -0700)
committerShawn Routhier <sar@isc.org>
Mon, 28 Jul 2014 22:19:47 +0000 (15:19 -0700)
README
RELNOTES
configure.ac
util/bind.sh

diff --git a/README b/README
index d1fc927b2b6e9efc8c873aa9f9d8d5b1c6914d53..179e3ce31602a7f052e7d7b292115194a95890bb 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                             Version 4.3.1b1
-                              8 July 2014
+                             Version 4.3.1rc1
+                              1 August 2014
 
                              README FILE
 
@@ -141,12 +141,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.3.1b1.tar.gz
-       tar xvf dhcp-4.3.1b1.tar
+       gunzip dhcp-4.3.1rc1.tar.gz
+       tar xvf dhcp-4.3.1rc1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.3.1b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.1rc1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 0285db468b766d5ea43f6e03a6ab4a82c7223e65..88d2f2d44fed34d6ca160dfaed67ca9972faf0c1 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.3.1b1
-                             8 July 2014
+                            Version 4.3.1rc1
+                             1 August 2014
 
                              Release Notes
 
index 73f8d333d2753ca3ddd3e859688e72e21d63ccbe..2b3661511e94293e9f317535fb2b1425ae40f2f6 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.1b1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.1rc1],[dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index f3f7aef57110debaf2a50668a1fe6eae44c9b4e8..f07457ad3c60821c560354e3ca58d1d5f6b85e14 100644 (file)
@@ -59,7 +59,7 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
-       4.3.1b1) BINDTAG=v9_9_5_P1 ;;
+       4.3.1b1|4.3.1rc1) BINDTAG=v9_9_5_P1 ;;
        4.3.0) BINDTAG=v9_9_5 ;;
        4.3.0rc1) BINDTAG=v9_9_5rc2 ;;
        4.3.0b1) BINDTAG=v9_9_5rc1 ;;