diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-08-24 13:25:09 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-08-24 13:25:09 (GMT) |
commit | c40dd6c2ee821c99546ff1792d595dba478f66e1 (patch) | |
tree | ad6f344ab97c037ace2dc03e8cb47ced5c09f449 /c++ | |
parent | c7a0f9bf5896a1b9e85350ebafe87165273fb77b (diff) | |
download | hdf5-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 'c++')
-rw-r--r-- | c++/src/cpp_doc_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/cpp_doc_config b/c++/src/cpp_doc_config index 1b733d9..73f8c4f 100644 --- a/c++/src/cpp_doc_config +++ b/c++/src/cpp_doc_config @@ -38,7 +38,7 @@ PROJECT_NAME = # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "1.10.8-0, currently under development" +PROJECT_NUMBER = "1.10.8-1, currently under development" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a |