summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5e274ed..a8d2f15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_PREREQ([2.69])
## NOTE: Do not forget to change the version number here when we do a
## release!!!
##
-AC_INIT([HDF5], [1.10.8-0], [help@hdfgroup.org])
+AC_INIT([HDF5], [1.10.8-1], [help@hdfgroup.org])
AC_CONFIG_SRCDIR([src/H5.c])
AC_CONFIG_HEADERS([src/H5config.h])