diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2011-09-26 00:25:48 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2011-09-26 00:25:48 (GMT) |
commit | 3c51dc92f4a670be378feed681899bd49c0604e1 (patch) | |
tree | c09b4be84afafc0807b036b592eb40f35666e235 /src | |
parent | f7ba14fa29c3e3c9e56606dda6fc2d5d0adb9d5a (diff) | |
download | hdf5-3c51dc92f4a670be378feed681899bd49c0604e1.zip hdf5-3c51dc92f4a670be378feed681899bd49c0604e1.tar.gz hdf5-3c51dc92f4a670be378feed681899bd49c0604e1.tar.bz2 |
[svn-r21416] Snapshot version 1.8 release 8 (snap15)
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 4812cfc..b796419 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 8 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap15" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap16" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.8-snap15" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.8-snap16" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |