diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2022-08-12 13:17:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 13:17:25 (GMT) |
commit | 25ef5340396a786fe63072a9f057cd550c86668b (patch) | |
tree | ef99f90d5e6d392a04f14e420d73c12efd11335e /config/cmake | |
parent | 029cde6111c3e60a8bf430ed6620c2ec0fc7349c (diff) | |
download | hdf5-25ef5340396a786fe63072a9f057cd550c86668b.zip hdf5-25ef5340396a786fe63072a9f057cd550c86668b.tar.gz hdf5-25ef5340396a786fe63072a9f057cd550c86668b.tar.bz2 |
Update version to 1.13.3-1 after creating hdf5_1_13_2 branch for 1.13.2 (#2004)
release.
Added new version to exceptions in line 75 of src/H5.c.
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/scripts/HDF5config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/scripts/HDF5config.cmake b/config/cmake/scripts/HDF5config.cmake index bda7af2..3f46aed 100644 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -37,7 +37,7 @@ cmake_minimum_required (VERSION 3.12) # CTEST_SOURCE_NAME - source folder ############################################################################## -set (CTEST_SOURCE_VERSION "1.13.2") +set (CTEST_SOURCE_VERSION "1.13.3") set (CTEST_SOURCE_VERSEXT "-1") ############################################################################## |