diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2009-11-17 14:27:25 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2009-11-17 14:27:25 (GMT) |
commit | 5a821b959b947c5573e3d41fb0c16477634d8415 (patch) | |
tree | f3eb7a8212cd709d88a297ec1f7eb66fedc9668b /src | |
parent | 674c2def441fcac4e347cadb82b14f9db2b4767a (diff) | |
download | hdf5-5a821b959b947c5573e3d41fb0c16477634d8415.zip hdf5-5a821b959b947c5573e3d41fb0c16477634d8415.tar.gz hdf5-5a821b959b947c5573e3d41fb0c16477634d8415.tar.bz2 |
[svn-r17902] Snapshot
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Pfcpl.c | 2 | ||||
-rw-r--r-- | src/H5public.h | 4 | ||||
-rw-r--r-- | src/Makefile.in | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Pfcpl.c b/src/H5Pfcpl.c index edfded6..cb3bccd 100644 --- a/src/H5Pfcpl.c +++ b/src/H5Pfcpl.c @@ -378,7 +378,7 @@ H5Pget_sizes(hid_t plist_id, size_t *sizeof_addr, size_t *sizeof_size) herr_t ret_value = SUCCEED; /* return value */ FUNC_ENTER_API(H5Pget_sizes, FAIL) - H5TRACE3("e", "ixx", plist_id, sizeof_addr, sizeof_size); + H5TRACE3("e", "i*z*z", plist_id, sizeof_addr, sizeof_size); /* Get the plist structure */ if(NULL == (plist = H5P_object_verify(plist_id,H5P_FILE_CREATE))) diff --git a/src/H5public.h b/src/H5public.h index 9f720d8..d50a41d 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -71,10 +71,10 @@ extern "C" { /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 9 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 51 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 52 /* For tweaks, bug-fixes, or development */ #define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.9.51" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.9.52" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) diff --git a/src/Makefile.in b/src/Makefile.in index 17b9420..768a86d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -439,7 +439,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 41 +LT_VERS_REVISION = 42 LT_VERS_AGE = 0 H5detect_CFLAGS = -g $(AM_CFLAGS) |