diff options
author | Thomas Markwalder <tmark@isc.org> | 2015-02-26 15:08:45 -0500 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2015-02-26 15:08:45 -0500 |
commit | 5ddbe8e4f5f0486798bc01c5bb26a8eec958108e (patch) | |
tree | 720fe50c8c63bceb92cede9ac7218e516b44543a /util | |
parent | 6d5848b767f17c3ed4545d0367270c0795058fa7 (diff) | |
download | isc-dhcp-5ddbe8e4f5f0486798bc01c5bb26a8eec958108e.tar.gz |
[master] Pre-release tag prep for 4.3.2: version #, copyright etc...
Diffstat (limited to 'util')
-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 f6b7096a..c03639f5 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.2rc2) BINDTAG=v9_9_7 ;; + 4.3.2|4.3.2rc2) BINDTAG=v9_9_7 ;; 4.3.2rc1) BINDTAG=v9_9_7rc2 ;; 4.3.2b1) BINDTAG=v9_9_7rc1 ;; 4.3.2.pre-beta) BINDTAG=v9_9_5_P1 ;; |