summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
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 ;;