]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[v4_2] fix typo in bind string v4_2_7b1
authorShawn Routhier <sar@isc.org>
Wed, 2 Jul 2014 20:04:40 +0000 (13:04 -0700)
committerShawn Routhier <sar@isc.org>
Wed, 2 Jul 2014 20:04:40 +0000 (13:04 -0700)
util/bind.sh

index 960d9fb501f7f807fe31790f9ebaa0fd2ad7c03b..ef314f331260b852ad56c7833cb42534592eada4 100644 (file)
@@ -58,7 +58,7 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
-       4.2.7b1) BINDTAG=v9_9_5-P1 ;;
+       4.2.7b1) BINDTAG=v9_9_5_P1 ;;
        4.2.6) BINDTAG=v9_9_5 ;;
        4.2.6rc1) BINDTAG=v9_9_5rc2 ;;
        4.2.6b1) BINDTAG=v9_9_5rc1 ;;