]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Switching back to v9_7_1rc1 tag for release.
authorDavid Hankins <dhankins@isc.org>
Wed, 2 Jun 2010 17:01:43 +0000 (17:01 +0000)
committerDavid Hankins <dhankins@isc.org>
Wed, 2 Jun 2010 17:01:43 +0000 (17:01 +0000)
util/bind.sh

index 629ab43e902a13e0b1bcab9b94c7adfd91ededfb..de737dde903574cc3ea87661f6d0134de9dda19f 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.6.2.4 2010/06/01 17:40:08 dhankins Exp $
+# $Id: bind.sh,v 1.6.2.5 2010/06/02 17:01:43 dhankins Exp $
 
 # Get the bind distribution for the libraries
 # This script is used to build the DHCP distribution and shouldn't be shipped
@@ -29,7 +29,7 @@ binddir=$topdir/bind
 case $# in 
     1)
        case "$1" in 
-       4.2.0b[12]|4.2.0) BINDTAG=v9_7_0_P1 ;;
+       4.2.0b[12]|4.2.0) BINDTAG=v9_7_1rc1 ;;
        4.2.0a2|4.2.0a1) BINDTAG=v9_7_0b3 ;;
        *) echo "bind.sh: unsupported version: $1" >&2
           exit 1