From: Thomas Markwalder Date: Wed, 5 Apr 2017 18:03:36 +0000 (-0400) Subject: [master] Added 4.4.0-dev tag to util/bind.sh X-Git-Tag: v4_4_0b1_f1~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=970d9b0b1bede8f6b2091ff31cdb6ce1749fcb75;p=thirdparty%2Fdhcp.git [master] Added 4.4.0-dev tag to util/bind.sh --- diff --git a/util/bind.sh b/util/bind.sh index 75b8dd5ec..a142cf388 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -58,6 +58,7 @@ case $# in ### For ease of use, this records the sticky tag of versions ### released with each point release. ### + 4.4.0-dev) noSNAP=snapshot BINDTAG=v9_11 ;; 4.3.4|4.3.4b1) BINDTAG=v9_9_8_P4 ;; 4.3.3) BINDTAG=v9_9_7_P3 ;; 4.3.3b1) BINDTAG=v9_9_7_P2 ;;