summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-08-25 17:45:07 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-08-25 17:45:07 (GMT)
commitc2bdb265f692aa1ee63c1a76b2c3f15f63d3649d (patch)
tree44705be40fbbbe85b4a5a70c154a07fdcb98a459 /src
parent6abf2770b39878acde57e74fb7d87f07be7390dc (diff)
downloadhdf5-c2bdb265f692aa1ee63c1a76b2c3f15f63d3649d.zip
hdf5-c2bdb265f692aa1ee63c1a76b2c3f15f63d3649d.tar.gz
hdf5-c2bdb265f692aa1ee63c1a76b2c3f15f63d3649d.tar.bz2
Updated version to 1.10.7.1. bin/h5vers changed to accomodate the
format change.
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index e451905..b496bac 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -99,7 +99,7 @@ extern "C" {
#define H5_VERS_RELEASE 7 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "1" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.10.7-1" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.10.7.1" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)