summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2008-01-21 17:15:43 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2008-01-21 17:15:43 (GMT)
commitc96f1e9f348f2aeffd2b3a4d31e81c9c4935d4fa (patch)
tree2cd7fe2cc3e850887a2f18cfd68ee48f6dc09803 /src
parent70c30abe029a6f7be2fd5f7015dfdbd490a7d005 (diff)
downloadhdf5-c96f1e9f348f2aeffd2b3a4d31e81c9c4935d4fa.zip
hdf5-c96f1e9f348f2aeffd2b3a4d31e81c9c4935d4fa.tar.gz
hdf5-c96f1e9f348f2aeffd2b3a4d31e81c9c4935d4fa.tar.bz2
[svn-r14448] Maintenance: Released version hdf5-1.8.0-rc1 to the public fTP server and changed
the version to hdf5-1.8.0-rc2 using bin/h5vers script. Platforms tested: ran test for hdf5-1.8.0-rc1 source on kagiso after craeting public tar ball.
Diffstat (limited to 'src')
-rw-r--r--src/H5Shyper.c2
-rw-r--r--src/H5Spoint.c2
-rw-r--r--src/H5public.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Shyper.c b/src/H5Shyper.c
index a947b2b..455a251 100644
--- a/src/H5Shyper.c
+++ b/src/H5Shyper.c
@@ -2586,7 +2586,7 @@ H5Sget_select_hyper_blocklist(hid_t spaceid, hsize_t startblock,
herr_t ret_value; /* return value */
FUNC_ENTER_API(H5Sget_select_hyper_blocklist, FAIL);
- H5TRACE4("e", "ihh*h", spaceid, startblock, numblocks, buf);
+ H5TRACE4("e", "ihh*[a2]h", spaceid, startblock, numblocks, buf);
/* Check args */
if(buf==NULL)
diff --git a/src/H5Spoint.c b/src/H5Spoint.c
index 9690eb4..cf7751e 100644
--- a/src/H5Spoint.c
+++ b/src/H5Spoint.c
@@ -991,7 +991,7 @@ H5Sget_select_elem_pointlist(hid_t spaceid, hsize_t startpoint,
herr_t ret_value; /* return value */
FUNC_ENTER_API(H5Sget_select_elem_pointlist, FAIL);
- H5TRACE4("e", "ihh*h", spaceid, startpoint, numpoints, buf);
+ H5TRACE4("e", "ihh*[a2]h", spaceid, startpoint, numpoints, buf);
/* Check args */
if(buf==NULL)
diff --git a/src/H5public.h b/src/H5public.h
index cd334cb..a523515 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 0 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "rc1" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "rc2" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.0-rc1" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.0-rc2" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)