summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-11-12 15:32:59 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-11-12 15:32:59 (GMT)
commite7ef8cd945974043c2f8fced174276cbc38cecd7 (patch)
tree0af5a7ad663de6c4cf065a3f3aa90f16f84026af /src/H5public.h
parent8f34874cc83a0aedbea028eb864d636a0d8b4c4a (diff)
downloadhdf5-e7ef8cd945974043c2f8fced174276cbc38cecd7.zip
hdf5-e7ef8cd945974043c2f8fced174276cbc38cecd7.tar.gz
hdf5-e7ef8cd945974043c2f8fced174276cbc38cecd7.tar.bz2
Snapshot version 1.10 release 6 (snap3)
Update version to 1.10.6-snap4
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index baf5e10..4264813 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -97,9 +97,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 6 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap3" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap4" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.10.6-snap3" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.10.6-snap4" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)