]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
BIND 9 export library version for 4.2.0rc1/4.2.0 final to v9_7_1 final.
authorDavid Hankins <dhankins@isc.org>
Tue, 15 Jun 2010 18:41:51 +0000 (18:41 +0000)
committerDavid Hankins <dhankins@isc.org>
Tue, 15 Jun 2010 18:41:51 +0000 (18:41 +0000)
util/bind.sh

index cb32838fb92e2871477642a882a2a74c12831d8f..aa82d800ccc70df1ff6523ac43e437003402e99f 100644 (file)
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: bind.sh,v 1.12 2010/06/03 16:25:33 dhankins Exp $
+# $Id: bind.sh,v 1.13 2010/06/15 18:41:51 dhankins Exp $
 
 # Get the bind distribution for the libraries
 # This script is used to build the DHCP distribution and shouldn't be shipped
@@ -45,7 +45,8 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
-       4.2.0b2|4.2.0) BINDTAG=v9_7_1rc1 ;;
+       4.2.0rc1|4.2.0) BINDTAG=v9_7_1 ;;
+       4.2.0b2) BINDTAG=v9_7_1rc1 ;;
        4.2.0b1) BINDTAG=v9_7_0_P1 ;;
        4.2.0a2|4.2.0a1) BINDTAG=v9_7_0b3 ;;
        *) echo "bind.sh: unsupported version: $1" >&2