summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Warren <Richard.Warren@hdfgroup.org>2018-05-02 17:38:23 (GMT)
committerRichard Warren <Richard.Warren@hdfgroup.org>2018-05-02 17:38:23 (GMT)
commit0350bdfdff36afa0123f3d48d91d4ad699d29f9c (patch)
tree854930f59a09fbf00f8f4263df779f8af188c089 /src
parentcefcf8928b5ed13685f5fb15a8f75b68d5b9c296 (diff)
parent525b9f40e5c112b777a28d207ccb6fd454f156fc (diff)
downloadhdf5-0350bdfdff36afa0123f3d48d91d4ad699d29f9c.zip
hdf5-0350bdfdff36afa0123f3d48d91d4ad699d29f9c.tar.gz
hdf5-0350bdfdff36afa0123f3d48d91d4ad699d29f9c.tar.bz2
Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into parallel_vds
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 c30d4ba..142b3d3 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -94,9 +94,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 10 /* For minor interface/format changes */
#define H5_VERS_RELEASE 3 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap1" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.10.3-snap0" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.10.3-snap1" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)