diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2022-03-01 20:20:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 20:20:34 (GMT) |
commit | 94d01f537796effac71b04c11285a51dd6243327 (patch) | |
tree | 3ed7c08ec8afc155a0762fd7a636f43ffcdea998 /c++ | |
parent | ebf89bb231cd5b41180e58facae485f819cc3cea (diff) | |
download | hdf5-94d01f537796effac71b04c11285a51dd6243327.zip hdf5-94d01f537796effac71b04c11285a51dd6243327.tar.gz hdf5-94d01f537796effac71b04c11285a51dd6243327.tar.bz2 |
Update version to 1.13.2-1 after 1.13.1 release; add new Makefile.in files to MANIFEST (#1460)
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 3eb7645..1e26187 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.1-1, currently under development" +PROJECT_NUMBER = "1.13.2-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 |