diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-11 21:13:21 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-11 21:13:21 (GMT) |
commit | 94fea3ab8fe64bfa798f34824ed93f3eee8d04dc (patch) | |
tree | e3ef8e7619fdfef378c25e124ff74e6548ab78d4 /src/H5public.h | |
parent | 24277a48771f3876cd2594e5e906aa470e30d49d (diff) | |
parent | 10aeb563fbf75044237cb6d756edf55b86e7b7a6 (diff) | |
download | hdf5-94fea3ab8fe64bfa798f34824ed93f3eee8d04dc.zip hdf5-94fea3ab8fe64bfa798f34824ed93f3eee8d04dc.tar.gz hdf5-94fea3ab8fe64bfa798f34824ed93f3eee8d04dc.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
* commit '10aeb563fbf75044237cb6d756edf55b86e7b7a6':
Update version for HDF5_1_10
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h index 4264813..ee71acb 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -96,10 +96,10 @@ extern "C" { /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 10 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 6 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap4" /* For pre-releases like snap0 */ +#define H5_VERS_RELEASE 7 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.10.6-snap4" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.10.7-snap0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |