From: Shawn Routhier Date: Thu, 7 Jul 2011 18:24:41 +0000 (+0000) Subject: Update for next releases X-Git-Tag: v4_2_2rc1~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60079ea80a30aa6d5b436bfdfb2dbb8c43fe68c9;p=thirdparty%2Fdhcp.git Update for next releases --- diff --git a/util/bind.sh b/util/bind.sh index 92342df5c..b47c98e3f 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.15 2011/06/27 21:40:13 sar Exp $ +# $Id: bind.sh,v 1.6.2.16 2011/07/07 18:24:41 sar Exp $ # Get the bind distribution for the libraries # This script is used to build the DHCP distribution and shouldn't be shipped @@ -45,9 +45,8 @@ case $# in ### For ease of use, this records the sticky tag of versions ### released with each point release. ### - 4.2.2b1) BINDTAG=v9_8_0 ;; - 4.2.1-P1) BINDTAG=v9_8_0 ;; - 4.2.1) BINDTAG=v9_8_0 ;; + 4.2.2rc1|4.2.2) BINDTAG=v9_8_0_P4 ;; + 4.2.1|4.2.1-P1|4.2.2b1) BINDTAG=v9_8_0 ;; 4.2.1rc1) BINDTAG=v9_8_0rc1 ;; 4.2.1b1) BINDTAG=v9_8_0b1 ;; 4.2.0rc1|4.2.0) BINDTAG=v9_7_1 ;;