summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Cygwin.txt
diff options
context:
space:
mode:
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 b3c8a83..afc5deb 100644
--- a/release_docs/INSTALL_Cygwin.txt
+++ b/release_docs/INSTALL_Cygwin.txt
@@ -98,19 +98,19 @@ Build, Test and 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.13.x' directory.
+ an `hdf5-1.15.x' directory.
2.1 Non-compressed tar archive (*.tar)
- $ tar xf hdf5-1.13.x.tar
+ $ tar xf hdf5-1.15.x.tar
2.2 Gzip'd tar archive (*.tar.gz)
- $ gunzip < hdf5-1.13.x.tar.gz | tar xf -
+ $ gunzip < hdf5-1.15.x.tar.gz | tar xf -
2.3 Bzip'd tar archive (*.tar.bz2)
- $ bunzip2 < hdf5-1.13.x.tar.bz2 | tar xf -
+ $ bunzip2 < hdf5-1.15.x.tar.bz2 | tar xf -
2. Setup Environment