diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2008-10-06 03:11:40 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2008-10-06 03:11:40 (GMT) |
commit | 447739d9afe800cead70e39dd11bf34f67a21164 (patch) | |
tree | f16b07e9bd92f2fa75c7ae4f5736bede6a43fd39 /src | |
parent | 873503eb36cd3144a8fc708c9a7821795e84c3c4 (diff) | |
download | hdf5-447739d9afe800cead70e39dd11bf34f67a21164.zip hdf5-447739d9afe800cead70e39dd11bf34f67a21164.tar.gz hdf5-447739d9afe800cead70e39dd11bf34f67a21164.tar.bz2 |
[svn-r15781] Snapshot version 1.8 release 1 (snap6)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Plapl.c | 2 | ||||
-rw-r--r-- | src/H5public.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Plapl.c b/src/H5Plapl.c index 2b16be2..a572df3 100644 --- a/src/H5Plapl.c +++ b/src/H5Plapl.c @@ -563,7 +563,7 @@ H5Pset_elink_fapl(hid_t lapl_id, hid_t fapl_id) herr_t ret_value = SUCCEED; /* Return value */ FUNC_ENTER_API(H5Pset_elink_fapl, FAIL) - H5TRACE2("e", "i*s", lapl_id, fapl_id); + H5TRACE2("e", "ii", lapl_id, fapl_id); /* Check arguments */ if(NULL == (plist = H5P_object_verify(lapl_id, H5P_LINK_ACCESS))) diff --git a/src/H5public.h b/src/H5public.h index 67b3ac4..40fa8fb 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -72,9 +72,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 1 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap6" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap7" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.1-snap6" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.1-snap7" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |