summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-02-23 08:42:22 -0500
committerThomas Markwalder <tmark@isc.org>2015-02-23 08:42:22 -0500
commit99e977ecf04ab091ce08574587e42af86ae318c1 (patch)
treea2c8ff225df24dca9c9fc33b6a1c2692a9978382 /util
parent75d02fcf4530d73bd35f57b70018c40ff933d3f9 (diff)
downloadisc-dhcp-99e977ecf04ab091ce08574587e42af86ae318c1.tar.gz
[master] Pre-release tag prep for 4.3.2rc2: version #, copyright etc..
NOTE: 4.3.2 was awaiting sanity checks when bug rt38677 was reported. 4.3.2rc2 supercedes the initial 4.3.2 attempt.
Diffstat (limited to 'util')
-rw-r--r--util/bind.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/bind.sh b/util/bind.sh
index d909481a..f6b7096a 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2009-2014 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009-2015 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,7 +59,7 @@ case $# in
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
- 4.3.2) BINDTAG=v9_9_7 ;;
+ 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 ;;