diff options
author | hdftest <hdftest@hdfgroup.org> | 2018-03-26 02:34:31 (GMT) |
---|---|---|
committer | hdftest <hdftest@hdfgroup.org> | 2018-03-26 02:34:31 (GMT) |
commit | b372465824217a10cac606d02487a5e59071ab38 (patch) | |
tree | 355532c11e5cca6df995228d6f8c4e2441be7d96 /src | |
parent | 480904c9efc0d57ae782f05f8beeaf4a936a0d06 (diff) | |
download | hdf5-b372465824217a10cac606d02487a5e59071ab38.zip hdf5-b372465824217a10cac606d02487a5e59071ab38.tar.gz hdf5-b372465824217a10cac606d02487a5e59071ab38.tar.bz2 |
Snapshot version 1.8 release 21 (snap10)
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 3aba4c3..75905cf 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -93,9 +93,9 @@ extern "C" { #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 8 /* For minor interface/format changes */ #define H5_VERS_RELEASE 21 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap10" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap11" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.21-snap10" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.21-snap11" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |