diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2015-06-07 10:12:04 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2015-06-07 10:12:04 (GMT) |
commit | 2fdeab0ebde453b113cfab01b6bc32003e6e3275 (patch) | |
tree | 384561e7704873fc6dc7c847e524a53becf15b70 /src | |
parent | c2d7746bac8a95c04cb8854b6455f601f56495dc (diff) | |
download | hdf5-2fdeab0ebde453b113cfab01b6bc32003e6e3275.zip hdf5-2fdeab0ebde453b113cfab01b6bc32003e6e3275.tar.gz hdf5-2fdeab0ebde453b113cfab01b6bc32003e6e3275.tar.bz2 |
[svn-r27157] Snapshot version 1.8 release 16 (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 07e4009..24b6e47 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -95,9 +95,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 16 /* 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.16-snap4" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.16-snap5" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |