From: David Hankins Date: Tue, 15 Jun 2010 18:42:34 +0000 (+0000) Subject: BIND 9 export library version for 4.2.0rc1/4.2.0 final to 9.7.1 final. X-Git-Tag: v4_2_0rc1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=baca18c5d317a1774d02dde438bcb222d0bde35d;p=thirdparty%2Fdhcp.git BIND 9 export library version for 4.2.0rc1/4.2.0 final to 9.7.1 final. --- diff --git a/util/bind.sh b/util/bind.sh index d71725965..ac883ff16 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -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.6.2.7 2010/06/03 16:23:44 dhankins Exp $ +# $Id: bind.sh,v 1.6.2.8 2010/06/15 18:42:34 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