summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Cygwin.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-04-24 18:54:23 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-04-24 18:54:23 (GMT)
commit853bfa46e26f733666fc7941b1fc739704f901ab (patch)
tree5a65af6e7777dea8146db877d8bc27466c7c72cc /release_docs/INSTALL_Cygwin.txt
parentcd56e0f89879db8b2620999435b112a29fb3ee3b (diff)
downloadhdf5-853bfa46e26f733666fc7941b1fc739704f901ab.zip
hdf5-853bfa46e26f733666fc7941b1fc739704f901ab.tar.gz
hdf5-853bfa46e26f733666fc7941b1fc739704f901ab.tar.bz2
[svn-r16857] Updated version to 1.8.3
Diffstat (limited to 'release_docs/INSTALL_Cygwin.txt')
-rw-r--r--release_docs/INSTALL_Cygwin.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/release_docs/INSTALL_Cygwin.txt b/release_docs/INSTALL_Cygwin.txt
index 8cbc340..064c729 100644
--- a/release_docs/INSTALL_Cygwin.txt
+++ b/release_docs/INSTALL_Cygwin.txt
@@ -83,19 +83,19 @@ Install HDF5 on Cygwin
The HDF5 source code is distributed in a variety of formats which
can be unpacked with the following commands, each of which creates
- an `hdf5-1.8.2' directory.
+ an `hdf5-1.8.3' directory.
2.1 Non-compressed tar archive (*.tar)
- $ tar xf hdf5-1.8.2.tar
+ $ tar xf hdf5-1.8.3.tar
2.2 Gzip'd tar archive (*.tar.gz)
- $ gunzip < hdf5-1.8.2.tar.gz | tar xf -
+ $ gunzip < hdf5-1.8.3.tar.gz | tar xf -
2.3 Bzip'd tar archive (*.tar.bz2)
- $ bunzip2 < hdf5-1.8.2.tar.bz2 | tar xf -
+ $ bunzip2 < hdf5-1.8.3.tar.bz2 | tar xf -
2. Setup Environment