summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-12-17 06:07:04 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-12-17 06:07:04 (GMT)
commitf2fdf1f4e8e531e7b2782d8ea2c7792a689810c4 (patch)
tree3dc88b85edc17397c62ad90b3aebbf03cccbc83b /src
parent003a6eac48745a420b74147415db98f50109b366 (diff)
downloadhdf5-f2fdf1f4e8e531e7b2782d8ea2c7792a689810c4.zip
hdf5-f2fdf1f4e8e531e7b2782d8ea2c7792a689810c4.tar.gz
hdf5-f2fdf1f4e8e531e7b2782d8ea2c7792a689810c4.tar.bz2
Full version string in H5public.h was missing '-'.
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 eb447e1..0561e11 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -97,7 +97,7 @@ extern "C" {
#define H5_VERS_RELEASE 23 /* 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.8.230" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.23-0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)