diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2013-10-16 23:20:39 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2013-10-16 23:20:39 (GMT) |
commit | e81dbea8e638dad2559f0485c484e50f1e62ecb5 (patch) | |
tree | 0636eb9ee5f0435d3e26e340ab84cc0b3ec06460 /release_docs | |
parent | 9825a2f52b32dfd44a028ea24888a7fa1f9916aa (diff) | |
download | hdf5-e81dbea8e638dad2559f0485c484e50f1e62ecb5.zip hdf5-e81dbea8e638dad2559f0485c484e50f1e62ecb5.tar.gz hdf5-e81dbea8e638dad2559f0485c484e50f1e62ecb5.tar.bz2 |
[svn-r24310] Bring revision #24293 from revise_chunks.
h5committested.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 | ||||
-rw-r--r-- | release_docs/USING_HDF5_VS.txt | 4 |
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 |