diff options
author | hdftest <hdftest@hdfgroup.org> | 2018-01-29 03:39:57 (GMT) |
---|---|---|
committer | hdftest <hdftest@hdfgroup.org> | 2018-01-29 03:39:57 (GMT) |
commit | b0cb6af193c76935b91f1b14ed03bbd748c9b212 (patch) | |
tree | 991a82a82d58d6a32225bb002831a6b4e331d09c /src | |
parent | 57381d9c17bb71b9c1b4aabaac5bcd92183409d4 (diff) | |
download | hdf5-b0cb6af193c76935b91f1b14ed03bbd748c9b212.zip hdf5-b0cb6af193c76935b91f1b14ed03bbd748c9b212.tar.gz hdf5-b0cb6af193c76935b91f1b14ed03bbd748c9b212.tar.bz2 |
Snapshot version 1.8 release 21 (snap4)
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 a6001d9..acca700 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 "snap4" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap5" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.21-snap4" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.21-snap5" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |