summaryrefslogtreecommitdiff
path: root/util/bind.sh
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-03-19 08:28:36 -0400
committerThomas Markwalder <tmark@isc.org>2019-03-19 08:28:36 -0400
commita912e3b2a2408fd813cade385fff19a67fc88549 (patch)
treef04ca6597a4c070b2c804823bfcccabbf90f41ea /util/bind.sh
parent85ef0d90e2ab5eee758242d5a094c1d12ce24576 (diff)
downloadisc-dhcp-3-migrate-rt-48575-avoid-python-dependency-in-bind9-build.tar.gz
util/Makefile.bind.in Added --without-python flag Bumped version to 4.4.2-dev to align with Bind9 9.11 tip. configure.ac Changed version number to 4.4.2-dev. util/bind.sh Added 4.4.2-dev case.
Diffstat (limited to 'util/bind.sh')
-rw-r--r--util/bind.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/bind.sh b/util/bind.sh
index 180fef4a..9d555bff 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -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-dev) noSNAP=snapshot BINDTAG=v9_11 ;;
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 ;;