diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2012-11-26 00:40:18 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2012-11-26 00:40:18 (GMT) |
commit | fe27a838239bc392182b341053cb6d27b5f12217 (patch) | |
tree | d64d22df7db5c7e720ab657f05a5c55069d9cfd1 /src | |
parent | e1dc3c9d4a692d82d503b587622ccf6c520f46e1 (diff) | |
download | hdf5-fe27a838239bc392182b341053cb6d27b5f12217.zip hdf5-fe27a838239bc392182b341053cb6d27b5f12217.tar.gz hdf5-fe27a838239bc392182b341053cb6d27b5f12217.tar.bz2 |
[svn-r23051] Snapshot version 1.8 release 11 (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 5330d26..d7f5298 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -76,9 +76,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 11 /* 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.8.11-snap3" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.11-snap4" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |