summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorhdftest <hdftest@hdfgroup.org>2020-07-13 03:47:59 (GMT)
committerhdftest <hdftest@hdfgroup.org>2020-07-13 03:47:59 (GMT)
commite1f78ebfa5033904e8bff0e18404c004ff0df585 (patch)
tree11543e9195b21db2bb03e67e4ec67fb102d2ddc9 /src
parentc0bb84d161aeaaea4d2e98f9471bfb41c5b1e22e (diff)
downloadhdf5-e1f78ebfa5033904e8bff0e18404c004ff0df585.zip
hdf5-e1f78ebfa5033904e8bff0e18404c004ff0df585.tar.gz
hdf5-e1f78ebfa5033904e8bff0e18404c004ff0df585.tar.bz2
Snapshot 1.8.22-snap9. Update version to 1.8.22-snap10.
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 caf52f8..6d685cd 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -96,9 +96,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 22 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap9" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap10" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.22-snap9" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.22-snap10" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)