diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2021-09-28 19:35:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 19:35:19 (GMT) |
commit | b410d9535c453aa888e839a251487f7a9ba1d0a2 (patch) | |
tree | 825c626bab0a2b0b538fdbc26c34fab01a0ba17f /src | |
parent | 516d9677109b81b79ad1754246f4f147f9d984a3 (diff) | |
download | hdf5-b410d9535c453aa888e839a251487f7a9ba1d0a2.zip hdf5-b410d9535c453aa888e839a251487f7a9ba1d0a2.tar.gz hdf5-b410d9535c453aa888e839a251487f7a9ba1d0a2.tar.bz2 |
Update Platforms Tested in RELEASE.txt. (#1045)hdf5-1_13_0-rc6
* Update Platforms Tested in RELEASE.txt.
Remove Tested Configuration Features Summary for updated replacement.
* Set version to 1.13.0-6 for rc6 snapshot.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h index 65709c6..9936a69 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -87,11 +87,11 @@ /** * For pre-releases like \c snap0. Empty string for official releases. */ -#define H5_VERS_SUBRELEASE "" +#define H5_VERS_SUBRELEASE "6" /** * Full version string */ -#define H5_VERS_INFO "HDF5 library version: 1.13.0" +#define H5_VERS_INFO "HDF5 library version: 1.13.0-6" #define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE) |