summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2013-10-15 19:16:05 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2013-10-15 19:16:05 (GMT)
commit308880e894e4efa447b4f714ce75376c456abafa (patch)
tree6e42a34bdc6fb9e73b36af784cd9d0c8e67115ec /release_docs
parentfebb17322b3082e2f4f731a3fb24adf0d54dbea1 (diff)
downloadhdf5-308880e894e4efa447b4f714ce75376c456abafa.zip
hdf5-308880e894e4efa447b4f714ce75376c456abafa.tar.gz
hdf5-308880e894e4efa447b4f714ce75376c456abafa.tar.bz2
[svn-r24293] Bring revisions #24058 - #24098 from trunk to revise_chunks.
h5committested.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
-rw-r--r--release_docs/USING_HDF5_VS.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index c320061..c000431 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.9.162-FA_a5 currently under development
+HDF5 version 1.9.164-FA_a5 currently under development
INTRODUCTION
diff --git a/release_docs/USING_HDF5_VS.txt b/release_docs/USING_HDF5_VS.txt
index b817f7e..9bf301e 100644
--- a/release_docs/USING_HDF5_VS.txt
+++ b/release_docs/USING_HDF5_VS.txt
@@ -35,7 +35,7 @@ Using Visual Studio 2010 with HDF5 Libraries built with Visual Studio 2010
library, and then optionally the HDF5 High Level, Fortran or C++
libraries. For example, to compile a C++ application, enter:
- szip.lib zlib.lib hdf5dll.lib hdf5_cppdll.lib
+ szip.lib zlib.lib hdf5.lib hdf5_cpp.lib
==========================================================================
@@ -67,7 +67,7 @@ Using Visual Studio 2008 with HDF5 Libraries built with Visual Studio 2008
library, and then optionally the HDF5 High Level, Fortran or C++
libraries. For example, to compile a C++ application, enter:
- szip.lib zlib.lib hdf5dll.lib hdf5_cppdll.lib
+ szip.lib zlib.lib hdf5.lib hdf5_cpp.lib
========================================================================
3. Helpful Pointers