diff options
author | Shawn Routhier <sar@isc.org> | 2014-07-28 15:19:47 -0700 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2014-07-28 15:19:47 -0700 |
commit | 1ba263d0edcb806dd5c102289bbf4f97f8a663b8 (patch) | |
tree | 9caf2f44c503a0e9b6a9ceda3b06cd06a18ff454 /util/bind.sh | |
parent | 29c6b4f102473b165fde93c0eb85215efb035f25 (diff) | |
download | isc-dhcp-1ba263d0edcb806dd5c102289bbf4f97f8a663b8.tar.gz |
[master] Update version stamp for 4.3.1rc1
Diffstat (limited to 'util/bind.sh')
-rw-r--r-- | util/bind.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bind.sh b/util/bind.sh index f3f7aef5..f07457ad 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -59,7 +59,7 @@ case $# in ### For ease of use, this records the sticky tag of versions ### released with each point release. ### - 4.3.1b1) BINDTAG=v9_9_5_P1 ;; + 4.3.1b1|4.3.1rc1) BINDTAG=v9_9_5_P1 ;; 4.3.0) BINDTAG=v9_9_5 ;; 4.3.0rc1) BINDTAG=v9_9_5rc2 ;; 4.3.0b1) BINDTAG=v9_9_5rc1 ;; |