summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-06-06 08:27:17 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-06-06 08:27:17 (GMT)
commit95da7ce5c4997daae35f695817beeb6b65ae20fe (patch)
tree44114cf7df308437def891a6d59db9fd6963c127 /src
parent4d3188e588f32a992a3c1f44401d576e11853e7d (diff)
downloadhdf5-95da7ce5c4997daae35f695817beeb6b65ae20fe.zip
hdf5-95da7ce5c4997daae35f695817beeb6b65ae20fe.tar.gz
hdf5-95da7ce5c4997daae35f695817beeb6b65ae20fe.tar.bz2
[svn-r8620] Snapshot version 1.7 release 27
Diffstat (limited to 'src')
-rw-r--r--src/H5Pdcpl.c3
-rw-r--r--src/H5public.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/src/H5Pdcpl.c b/src/H5Pdcpl.c
index ce2e227..604c6b4 100644
--- a/src/H5Pdcpl.c
+++ b/src/H5Pdcpl.c
@@ -747,7 +747,8 @@ H5Pget_filter(hid_t plist_id, unsigned idx, unsigned int *flags/*out*/,
#endif /* H5_WANT_H5_V1_6_COMPAT */
/* Check args */
- if (cd_nelmts || cd_values) {
+ if (cd_nelmts || cd_values)
+{
if (cd_nelmts && *cd_nelmts>256)
/*
* It's likely that users forget to initialize this on input, so
diff --git a/src/H5public.h b/src/H5public.h
index 029054f..d69c148 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -75,10 +75,10 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 7 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 27 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 28 /* 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.7.27" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.7.28" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)