diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2018-07-24 21:10:33 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-07-26 22:29:00 (GMT) |
commit | 01016b1fecb7c3d109ef3d7fb42cdb99cd40e437 (patch) | |
tree | 1a663ac37997d0e411e9f3d7572a8b9fadf62b40 /bin | |
parent | d3fedf951059b24a29b6b4a811f6effad09bdb66 (diff) | |
download | hdf5-01016b1fecb7c3d109ef3d7fb42cdb99cd40e437.zip hdf5-01016b1fecb7c3d109ef3d7fb42cdb99cd40e437.tar.gz hdf5-01016b1fecb7c3d109ef3d7fb42cdb99cd40e437.tar.bz2 |
Update HDF5 examples to correct version.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/release b/bin/release index 8a28c2e..afdbb51 100755 --- a/bin/release +++ b/bin/release @@ -225,7 +225,7 @@ tar2cmakezip() # step 3: add SZIP.tar.gz, ZLib.tar.gz and cmake files cp /mnt/scr1/pre-release/hdf5/CMake/SZip.tar.gz $cmziptmpsubdir cp /mnt/scr1/pre-release/hdf5/CMake/ZLib.tar.gz $cmziptmpsubdir - cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.10.7-Source.tar.gz $cmziptmpsubdir + cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.10.8-Source.tar.gz $cmziptmpsubdir cp $cmziptmpsubdir/$version/config/cmake/scripts/CTestScript.cmake $cmziptmpsubdir cp $cmziptmpsubdir/$version/config/cmake/scripts/HDF5config.cmake $cmziptmpsubdir cp $cmziptmpsubdir/$version/config/cmake/scripts/HDF5options.cmake $cmziptmpsubdir @@ -320,7 +320,7 @@ tar2cmaketgz() # step 3: add SZIP.tar.gz, ZLib.tar.gz and cmake files cp /mnt/scr1/pre-release/hdf5/CMake/SZip.tar.gz $cmgztmpsubdir cp /mnt/scr1/pre-release/hdf5/CMake/ZLib.tar.gz $cmgztmpsubdir - cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.10.7-Source.tar.gz $cmgztmpsubdir + cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.10.8-Source.tar.gz $cmgztmpsubdir cp $cmgztmpsubdir/$version/config/cmake/scripts/CTestScript.cmake $cmgztmpsubdir cp $cmgztmpsubdir/$version/config/cmake/scripts/HDF5config.cmake $cmgztmpsubdir cp $cmgztmpsubdir/$version/config/cmake/scripts/HDF5options.cmake $cmgztmpsubdir |