summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-09-07 18:35:34 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-09-07 18:35:34 (GMT)
commit1e02be328393806dbc41ca1b4f492fe93651a836 (patch)
tree0b7c030f2b40c324a0ad5fffc9a8212bffa411ff /src
parent102f41b8b125969a9ea75538fbc49b1d12338a98 (diff)
downloadhdf5-1e02be328393806dbc41ca1b4f492fe93651a836.zip
hdf5-1e02be328393806dbc41ca1b4f492fe93651a836.tar.gz
hdf5-1e02be328393806dbc41ca1b4f492fe93651a836.tar.bz2
Update version for HDF5 1.10.7 release.
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 c4e2e2c..62f1047 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 7 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "2" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.10.7-2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.10.7" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)