summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2010-02-07 12:35:22 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2010-02-07 12:35:22 (GMT)
commit9daa1a55cdce6b06ffd7cbc262eb36704032db73 (patch)
tree5a17394f7c1c42cbe519085e08b21173986b7431 /src
parentc462a2ec1f5af1f57935be0caa1209f0ae9d63c4 (diff)
downloadhdf5-9daa1a55cdce6b06ffd7cbc262eb36704032db73.zip
hdf5-9daa1a55cdce6b06ffd7cbc262eb36704032db73.tar.gz
hdf5-9daa1a55cdce6b06ffd7cbc262eb36704032db73.tar.bz2
[svn-r18217] Snapshot version 1.9 release 60
Diffstat (limited to 'src')
-rw-r--r--src/H5O.c1
-rw-r--r--src/H5public.h4
-rw-r--r--src/Makefile.in2
3 files changed, 4 insertions, 3 deletions
diff --git a/src/H5O.c b/src/H5O.c
index 253ed8d..f83db67 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -556,6 +556,7 @@ H5Oexists(hid_t loc_id, const char *name, hid_t lapl_id)
hid_t ret_value = FAIL; /* Return value */
FUNC_ENTER_API(H5Oexists, FAIL)
+ H5TRACE3("t", "i*si", loc_id, name, lapl_id);
/* Check args */
if(H5G_loc(loc_id, &loc) < 0)
diff --git a/src/H5public.h b/src/H5public.h
index 8c56113..9a1c33f 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 60 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 61 /* 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.60" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.9.61" /* 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 f1408ea..fc35985 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -440,7 +440,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 = 50
+LT_VERS_REVISION = 51
LT_VERS_AGE = 0
H5detect_CFLAGS = -g $(AM_CFLAGS)