diff options
author | Thomas Markwalder <tmark@isc.org> | 2020-01-17 15:38:12 -0500 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2020-01-17 15:38:12 -0500 |
commit | 109fa1d093f6e4a8ac42992e7a32c0c3b12b108e (patch) | |
tree | b507709f804c50e216a370369e4b8df0db01d3c6 /util/bind.sh | |
parent | 39788b3dac39881f456d7aa1b6147ae7459ea4e3 (diff) | |
download | isc-dhcp-109fa1d093f6e4a8ac42992e7a32c0c3b12b108e.tar.gz |
[master] Pre-release tag prep for 4.4.2: version #, copyright etc...
Changes to be committed:
modified: LICENSE
modified: README
modified: RELNOTES
modified: client/dhclient.c
modified: common/discover.c
modified: configure
modified: configure.ac
modified: configure.ac+lt
modified: configure.ac-base
modified: configure.ac-lt
modified: relay/dhcrelay.c
modified: relay/tests/relay_unittests.c
modified: server/dhcpd.c
modified: server/failover.c
modified: util/bind.sh
Diffstat (limited to 'util/bind.sh')
-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 10feff93..ce350cd8 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2009-2019 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009-2020 Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this @@ -73,6 +73,7 @@ case $# in ### For ease of use, this records the sticky tag of versions ### released with each point release. ### + 4.4.2) noSNAP=snapshot BINDTAG=v9_11_14 ;; 4.4.2b1) noSNAP=snapshot BINDTAG=v9_11_14 ;; 4.4.2-dev) noSNAP=snapshot BINDTAG=v9_11_8 ;; 4.4.1) noSNAP=snapshot BINDTAG=v9_11_2_P1 ;; |