]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Update version stamp for 4.3.1b1
authorShawn Routhier <sar@isc.org>
Wed, 2 Jul 2014 18:09:30 +0000 (11:09 -0700)
committerShawn Routhier <sar@isc.org>
Wed, 2 Jul 2014 18:09:30 +0000 (11:09 -0700)
README
RELNOTES
configure.ac
util/bind.sh

diff --git a/README b/README
index 775afcef3389cc7e57c7712acb510aab02afe530..d1fc927b2b6e9efc8c873aa9f9d8d5b1c6914d53 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                             Version 4.3.0
-                            3 February 2014
+                             Version 4.3.1b1
+                              8 July 2014
 
                              README FILE
 
@@ -99,7 +99,7 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is ISC DHCP 4.3.0.  The major theme for this release is "ipv6 uplift",
+This is ISC DHCP 4.3.x  The major theme for this release is "ipv6 uplift",
 in which we enhance the v6 code to support many of the features found
 in the v4 code.  These include: support for v6, support for on_commit,
 on_expiry and on_release in v6, support for accessing v6 relay options
@@ -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.0.tar.gz
-       tar xvf dhcp-4.3.0.tar
+       gunzip dhcp-4.3.1b1.tar.gz
+       tar xvf dhcp-4.3.1b1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.3.0 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.1b1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index f8c62a4a5a5830a4eba6a452b4d5b7a945c38390..6b5e038da747ba95e9f90e33c4ce1ec01b782669 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                          Version 4.3.1-pre-beta
-                            3 February 2014
+                            Version 4.3.1b1
+                             8 Julyy 2014
 
                              Release Notes
 
index 4392a12cf23dd6090a2639096198700fb2156c92..73f8d333d2753ca3ddd3e859688e72e21d63ccbe 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.0],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.1b1],[dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index ff4c82e4ff303a2f6e60a499c55579ca227174d5..f3f7aef57110debaf2a50668a1fe6eae44c9b4e8 100644 (file)
@@ -59,6 +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.0) BINDTAG=v9_9_5 ;;
        4.3.0rc1) BINDTAG=v9_9_5rc2 ;;
        4.3.0b1) BINDTAG=v9_9_5rc1 ;;