diff options
author | hdftest <hdftest@hdfgroup.org> | 2018-01-06 23:00:00 (GMT) |
---|---|---|
committer | hdftest <hdftest@hdfgroup.org> | 2018-01-06 23:00:00 (GMT) |
commit | 9c07ff0a0356cab805406b4b314a89dda16d9dcf (patch) | |
tree | 732ec2124dd94ac76cc4cd4efa245208ba4a4057 /src/H5public.h | |
parent | efa2a470c9d8cf2d584f6b22f5b80cd6687887d0 (diff) | |
parent | 7efa31d45e4dc03f17f28f0e8a21aeeabd213e86 (diff) | |
download | hdf5-9c07ff0a0356cab805406b4b314a89dda16d9dcf.zip hdf5-9c07ff0a0356cab805406b4b314a89dda16d9dcf.tar.gz hdf5-9c07ff0a0356cab805406b4b314a89dda16d9dcf.tar.bz2 |
Merge pull request #850 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to hdf5_1_10
* commit '7efa31d45e4dc03f17f28f0e8a21aeeabd213e86':
Snapshot version 1.10 release 2 (snap7)
Snapshot version 1.10 release 2 (snap6)
Diffstat (limited to 'src/H5public.h')
-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 0c8a2c6..9c62738 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 2 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap6" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap8" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.10.2-snap6" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.10.2-snap8" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |