diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/bind.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/bind.sh b/util/bind.sh index 896acc38..46c87b01 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -73,7 +73,8 @@ case $# in ### For ease of use, this records the sticky tag of versions ### released with each point release. ### - 4.4.2-dev) noSNAP=snapshot BINDTAG=v9_11 ;; + 4.4.2b1) noSNAP=snapshot BINDTAG=v9_11_8 ;; + 4.4.2-dev) noSNAP=snapshot BINDTAG=v9_11_8 ;; 4.4.1) noSNAP=snapshot BINDTAG=v9_11_2_P1 ;; 4.4.0) noSNAP=snapshot BINDTAG=v9_11_2_P1 ;; 4.4.0b1) noSNAP=snapshot BINDTAG=v9_11_2 ;; |