diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-12-21 18:07:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 18:07:25 (GMT) |
commit | 9f5cf0a45748fcb7ced4f4619d7c6c76cb3f67ab (patch) | |
tree | 2f237d0865fa37db7ad56d7182978db4258488fa /c++ | |
parent | 976e8c97504cfbce40c565b02a01d29006350c6b (diff) | |
download | hdf5-9f5cf0a45748fcb7ced4f4619d7c6c76cb3f67ab.zip hdf5-9f5cf0a45748fcb7ced4f4619d7c6c76cb3f67ab.tar.gz hdf5-9f5cf0a45748fcb7ced4f4619d7c6c76cb3f67ab.tar.bz2 |
H5F_LIBVER_LATEST changes for move to 1.15 (#2288)
* H5F_LIBVER_LATEST changes for move to 1.15
* Add new default api check
* Format fixes
* Fix default configure
* fix lib version tests
* Fix another version variable
* Add 1.14 doc link
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 42bac70..a3595bf 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.13.4-1, currently under development" +PROJECT_NUMBER = "1.15.0" # 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 |