diff options
author | hdftest <hdftest@hdfgroup.org> | 2018-06-24 22:35:05 (GMT) |
---|---|---|
committer | hdftest <hdftest@hdfgroup.org> | 2018-06-24 22:35:05 (GMT) |
commit | 25f80cbbec3a7d8036325784168b029cb71cc813 (patch) | |
tree | 490d4643222d47ee64058ef675e434ff6fb96ee0 /src | |
parent | 5c2699fe516793ff8b3d3787e7e90c9edf4697e4 (diff) | |
download | hdf5-25f80cbbec3a7d8036325784168b029cb71cc813.zip hdf5-25f80cbbec3a7d8036325784168b029cb71cc813.tar.gz hdf5-25f80cbbec3a7d8036325784168b029cb71cc813.tar.bz2 |
Snapshot version 1.10 release 3 (snap3)
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 6991de8..5d96b2a 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -94,9 +94,9 @@ extern "C" { #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 10 /* For minor interface/format changes */ #define H5_VERS_RELEASE 3 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap3" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap4" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.10.3-snap3" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.10.3-snap4" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |