summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-08-24 13:25:09 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-08-24 13:25:09 (GMT)
commitc40dd6c2ee821c99546ff1792d595dba478f66e1 (patch)
treead6f344ab97c037ace2dc03e8cb47ced5c09f449 /src/H5public.h
parentc7a0f9bf5896a1b9e85350ebafe87165273fb77b (diff)
downloadhdf5-c40dd6c2ee821c99546ff1792d595dba478f66e1.zip
hdf5-c40dd6c2ee821c99546ff1792d595dba478f66e1.tar.gz
hdf5-c40dd6c2ee821c99546ff1792d595dba478f66e1.tar.bz2
Update version to 1.8.0-1 for CMake test failure.
if (H5_VERS_SUBRELEASE) set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}") else () if (${H5_VERS_SUBRELEASE} STREQUAL "") set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}") else () set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}") endif ()
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 31fc9a2..20c7102 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 8 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "0" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "1" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.10.8-0" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.10.8-1" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)