summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2014-07-28 15:19:47 -0700
committerShawn Routhier <sar@isc.org>2014-07-28 15:19:47 -0700
commit1ba263d0edcb806dd5c102289bbf4f97f8a663b8 (patch)
tree9caf2f44c503a0e9b6a9ceda3b06cd06a18ff454
parent29c6b4f102473b165fde93c0eb85215efb035f25 (diff)
downloadisc-dhcp-1ba263d0edcb806dd5c102289bbf4f97f8a663b8.tar.gz
[master] Update version stamp for 4.3.1rc1
-rw-r--r--README10
-rw-r--r--RELNOTES4
-rw-r--r--configure.ac2
-rw-r--r--util/bind.sh2
4 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index d1fc927b..179e3ce3 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.3.1b1
- 8 July 2014
+ Version 4.3.1rc1
+ 1 August 2014
README FILE
@@ -141,12 +141,12 @@ information. On Digital Unix, type ``man pfilt''.
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
- gunzip dhcp-4.3.1b1.tar.gz
- tar xvf dhcp-4.3.1b1.tar
+ gunzip dhcp-4.3.1rc1.tar.gz
+ tar xvf dhcp-4.3.1rc1.tar
CONFIGURING IT
-Now, cd to the dhcp-4.3.1b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.1rc1 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 0285db46..88d2f2d4 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.3.1b1
- 8 July 2014
+ Version 4.3.1rc1
+ 1 August 2014
Release Notes
diff --git a/configure.ac b/configure.ac
index 73f8d333..2b366151 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.1b1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.1rc1],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
diff --git a/util/bind.sh b/util/bind.sh
index f3f7aef5..f07457ad 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -59,7 +59,7 @@ case $# in
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
- 4.3.1b1) BINDTAG=v9_9_5_P1 ;;
+ 4.3.1b1|4.3.1rc1) BINDTAG=v9_9_5_P1 ;;
4.3.0) BINDTAG=v9_9_5 ;;
4.3.0rc1) BINDTAG=v9_9_5rc2 ;;
4.3.0b1) BINDTAG=v9_9_5rc1 ;;