diff options
author | Thomas Markwalder <tmark@isc.org> | 2015-01-08 15:22:56 -0500 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2015-01-08 15:22:56 -0500 |
commit | 2794167d429e29775286257e3f452587b760fdec (patch) | |
tree | cd43d0aacaea1f1fee8634b6220791b963b1222c /util/bind.sh | |
parent | f48dfdf17486533a23411a3f71239c72d3aab2f0 (diff) | |
download | isc-dhcp-2794167d429e29775286257e3f452587b760fdec.tar.gz |
[master] Updates in prep for 4.3.2.pre-beta
Updated version info, etc
Diffstat (limited to 'util/bind.sh')
-rw-r--r-- | util/bind.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/bind.sh b/util/bind.sh index 173bca6b..f60750a3 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -59,6 +59,7 @@ case $# in ### For ease of use, this records the sticky tag of versions ### released with each point release. ### + 4.3.2.pre-beta) BINDTAG=v9_9_5_P1 ;; 4.3.1b1|4.3.1rc1|4.3.1) BINDTAG=v9_9_5_P1 ;; 4.3.0) BINDTAG=v9_9_5 ;; 4.3.0rc1) BINDTAG=v9_9_5rc2 ;; |