summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-10-19 17:32:10 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-10-19 17:32:10 (GMT)
commit2dbd7c685fa09a5ec231212a4b0e237e5ff41ff5 (patch)
treedbcc60aad56be9684293c05ae64c8c1b4a0279de /src
parentecb0d93126650b08efb542a27f3e595d24fb1c43 (diff)
parent9c8d0e1afce7d9d31115972902e9030a000daefa (diff)
downloadhdf5-2dbd7c685fa09a5ec231212a4b0e237e5ff41ff5.zip
hdf5-2dbd7c685fa09a5ec231212a4b0e237e5ff41ff5.tar.gz
hdf5-2dbd7c685fa09a5ec231212a4b0e237e5ff41ff5.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)
* commit '9c8d0e1afce7d9d31115972902e9030a000daefa': Snapshot version 1.8 release 20 (snap7) Update about C++ documentation Adding new C++ wrappers Description: - Added overloaded wrappers for H5Oget_info and H5Oget_info_by_name // Retrieves information about an object void getObjectInfo(H5O_info_t *oinfo) const; void getObjectInfo(const char *name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const; void getObjectInfo(const H5std_string& name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const; - Many miscellaneous cleanup for consistent appearance Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) Snapshot version 1.8 release 20 (snap7)
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 67663c7..c6193a3 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -93,9 +93,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 20 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap7" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap8" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.20-snap7" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.20-snap8" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)