summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-04-09 15:37:39 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-04-09 15:37:39 (GMT)
commitd1b5ec64328cfb49dad4f5b9207ce669425c3458 (patch)
treea1fa75fb46f700904db84ae73d739da969f9bdb9
parent24f1a9156963787925d31d50552a02d24d7ab8d7 (diff)
downloadhdf5-d1b5ec64328cfb49dad4f5b9207ce669425c3458.zip
hdf5-d1b5ec64328cfb49dad4f5b9207ce669425c3458.tar.gz
hdf5-d1b5ec64328cfb49dad4f5b9207ce669425c3458.tar.bz2
[svn-r22262] Update version number in examples
-rw-r--r--release_docs/Using_CMake.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/release_docs/Using_CMake.txt b/release_docs/Using_CMake.txt
index 4819815..011f8c9 100644
--- a/release_docs/Using_CMake.txt
+++ b/release_docs/Using_CMake.txt
@@ -9,7 +9,7 @@ Notes: This short instruction is written for users who want to quickly build
www.cmake.org.
CMake uses the command line, however the visual CMake tool is
- recommended for the configuration step. The steps are similiar for
+ available for the configuration step. The steps are similiar for
all the operating systems supported by CMake.
NOTES:
@@ -46,7 +46,7 @@ Notes: This short instruction is written for users who want to quickly build
search list. See the "Using Static Libraries with Visual Studio" section.
4. Set the environment variable HDF5_ROOT to the installed location of HDF5.
- On Windows HDF5_ROOT=C:\Program Files\HDF Group\HDF5\hdf5-1.8.7
+ On Windows HDF5_ROOT=C:\Program Files\HDF Group\HDF5\hdf5-1.8.9
========================================================================
Building HDF5 Examples with CMake
@@ -164,11 +164,11 @@ Notes: This short instruction is written for users who want to quickly build
and select "x64".
8.2 Find the box "Show directories for", choose "Include files", add the
- header path (i.e. c:\Program Files\HDF Group\HDF5\hdf5-1.8.7\include)
+ header path (i.e. c:\Program Files\HDF Group\HDF5\hdf5-1.8.9\include)
to the included directories.
8.3 Find the box "Show directories for", choose "Library files", add the
- library path (i.e. c:\Program Files\HDF Group\HDF5\hdf5-1.8.7\lib)
+ library path (i.e. c:\Program Files\HDF Group\HDF5\hdf5-1.8.9\lib)
to the library directories.
8.4 If using Fortran libraries, you will also need to setup the path