summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-08-19 14:32:38 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-08-19 14:32:38 (GMT)
commita2eb59d5d1223a79ef74f972303002f926489f52 (patch)
tree04fecadb6660f61f0c7877121686c8947ad29a3a
parent0315478a9be4f86c9820fe890eba7856db6fd19f (diff)
downloadhdf5-a2eb59d5d1223a79ef74f972303002f926489f52.zip
hdf5-a2eb59d5d1223a79ef74f972303002f926489f52.tar.gz
hdf5-a2eb59d5d1223a79ef74f972303002f926489f52.tar.bz2
Add missing '-'.
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 8fab9a0..31fc9a2 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -99,7 +99,7 @@ extern "C" {
#define H5_VERS_RELEASE 8 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.10.80" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.10.8-0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)