summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2016-03-04 16:19:27 -0500
committerThomas Markwalder <tmark@isc.org>2016-03-04 16:19:27 -0500
commit9deef2e73e01110730bc52f38802725705924793 (patch)
treec6946369861a1c524b02731f91c1b17280260b8a /util
parent0b209ea5cc333255e055113fa2ad636dda681a21 (diff)
downloadisc-dhcp-9deef2e73e01110730bc52f38802725705924793.tar.gz
[master] Pre-release tag prep for 4.3.4b1: version #, copyright etc...
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 015fe54f..248a8710 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2009-2015 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009-2016 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -59,6 +59,7 @@ case $# in
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
+ 4.3.4b1) BINDTAG=v9_9_8_P4 ;;
4.3.3) BINDTAG=v9_9_7_P3 ;;
4.3.3b1) BINDTAG=v9_9_7_P2 ;;
4.3.2|4.3.2rc2) BINDTAG=v9_9_7 ;;