diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2022-08-12 13:17:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 13:17:25 (GMT) |
commit | 25ef5340396a786fe63072a9f057cd550c86668b (patch) | |
tree | ef99f90d5e6d392a04f14e420d73c12efd11335e /c++ | |
parent | 029cde6111c3e60a8bf430ed6620c2ec0fc7349c (diff) | |
download | hdf5-25ef5340396a786fe63072a9f057cd550c86668b.zip hdf5-25ef5340396a786fe63072a9f057cd550c86668b.tar.gz hdf5-25ef5340396a786fe63072a9f057cd550c86668b.tar.bz2 |
Update version to 1.13.3-1 after creating hdf5_1_13_2 branch for 1.13.2 (#2004)
release.
Added new version to exceptions in line 75 of src/H5.c.
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 1e26187..8c19852 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.2-1, currently under development" +PROJECT_NUMBER = "1.13.3-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 |