2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

[master] Update copyright and vesion for 4.3.0rc1

This commit is contained in:
Shawn Routhier
2014-01-26 11:02:16 -08:00
parent edad9be5cd
commit 71b49b9f87
4 changed files with 9 additions and 8 deletions

10
README
View File

@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution Internet Systems Consortium DHCP Distribution
Version 4.3.0b1 Version 4.3.0rc1
20 January 2014 27 January 2014
README FILE README FILE
@@ -141,12 +141,12 @@ information. On Digital Unix, type ``man pfilt''.
To build the DHCP Distribution, unpack the compressed tar file using To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like: the tar utility and the gzip command - type something like:
gunzip dhcp-4.3.0b1.tar.gz gunzip dhcp-4.3.0rc1.tar.gz
tar xvf dhcp-4.3.0b1.tar tar xvf dhcp-4.3.0rc1.tar
CONFIGURING IT CONFIGURING IT
Now, cd to the dhcp-4.3.0b1 subdirectory that you've just created and Now, cd to the dhcp-4.3.0rc1 subdirectory that you've just created and
configure the source tree by typing: configure the source tree by typing:
./configure ./configure

View File

@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution Internet Systems Consortium DHCP Distribution
Version 4.3.0b1 Version 4.3.0rc1
20 January 2014 27 January 2014
Release Notes Release Notes

View File

@@ -1,4 +1,4 @@
AC_INIT([DHCP],[4.3.0b1],[dhcp-users@isc.org]) AC_INIT([DHCP],[4.3.0rc1],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files, # we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such # like AUTHORS, COPYING, and such

View File

@@ -59,6 +59,7 @@ case $# in
### For ease of use, this records the sticky tag of versions ### For ease of use, this records the sticky tag of versions
### released with each point release. ### released with each point release.
### ###
4.3.0rc1) BINDTAG=v9_9_5rc2 ;;
4.3.0b1) BINDTAG=v9_9_5rc1 ;; 4.3.0b1) BINDTAG=v9_9_5rc1 ;;
4.3.0a1) BINDTAG=v9_9_5b1 ;; 4.3.0a1) BINDTAG=v9_9_5b1 ;;
4.2.6b1) BINDTAG=v9_9_5 ;; 4.2.6b1) BINDTAG=v9_9_5 ;;