summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-12-11 12:24:01 -0500
committerThomas Markwalder <tmark@isc.org>2019-12-11 12:24:01 -0500
commit82e0ea5760d5ba3d16e9f1eef5549097e4c3a8dd (patch)
tree28b94a95dcb794eaad551cd6e215c56b289e6d2e /util
parent2661204d66ec4b79b1454451cb03aaac29c4cbaa (diff)
downloadisc-dhcp-82e0ea5760d5ba3d16e9f1eef5549097e4c3a8dd.tar.gz
[master] Pre-release tag prep for 4.4.2b1: version #, copyright etc...v4_4_2b1
Changes to be committed: modified: LICENSE modified: README modified: RELNOTES modified: client/dhclient.8 modified: common/options.c modified: configure modified: configure.ac modified: configure.ac+lt modified: configure.ac-base modified: configure.ac-lt modified: keama/confparse.c modified: keama/keama.8 modified: keama/keama.c modified: keama/keama.h modified: keama/options.c modified: keama/parse.c modified: server/dhcpd.c modified: util/bind.sh
Diffstat (limited to 'util')
-rw-r--r--util/bind.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/bind.sh b/util/bind.sh
index 896acc38..46c87b01 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -73,7 +73,8 @@ 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.2b1) noSNAP=snapshot BINDTAG=v9_11_8 ;;
+ 4.4.2-dev) noSNAP=snapshot BINDTAG=v9_11_8 ;;
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 ;;