diff options
author | Thomas Markwalder <tmark@isc.org> | 2015-02-26 15:08:45 -0500 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2015-02-26 15:08:45 -0500 |
commit | 5ddbe8e4f5f0486798bc01c5bb26a8eec958108e (patch) | |
tree | 720fe50c8c63bceb92cede9ac7218e516b44543a /README | |
parent | 6d5848b767f17c3ed4545d0367270c0795058fa7 (diff) | |
download | isc-dhcp-5ddbe8e4f5f0486798bc01c5bb26a8eec958108e.tar.gz |
[master] Pre-release tag prep for 4.3.2: version #, copyright etc...
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.3.2rc2 - 26 February 2015 + Version 4.3.2 + 05 March 2015 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.2rc2.tar.gz - tar xvf dhcp-4.3.2rc2.tar + gunzip dhcp-4.3.2.tar.gz + tar xvf dhcp-4.3.2.tar CONFIGURING IT -Now, cd to the dhcp-4.3.2rc2 subdirectory that you've just created and +Now, cd to the dhcp-4.3.2 subdirectory that you've just created and configure the source tree by typing: ./configure |