diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2015-08-17 02:58:42 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2015-08-17 02:58:42 (GMT) |
commit | 68347a67efd4a03c15abfeeaed289a4c5eeb6c9b (patch) | |
tree | 7195c96b39745fb345217ccf0f599e9d97b62071 /c++/src | |
parent | b79070ac8d71114066669be2363a93972b56c112 (diff) | |
download | hdf5-68347a67efd4a03c15abfeeaed289a4c5eeb6c9b.zip hdf5-68347a67efd4a03c15abfeeaed289a4c5eeb6c9b.tar.gz hdf5-68347a67efd4a03c15abfeeaed289a4c5eeb6c9b.tar.bz2 |
[svn-r27511] Snapshot version 1.9 release 227
Diffstat (limited to 'c++/src')
-rw-r--r-- | c++/src/Makefile.in | 2 | ||||
-rw-r--r-- | c++/src/cpp_doc_config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index c2daa56..6fc9169 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -689,7 +689,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 217 +LT_VERS_REVISION = 218 LT_VERS_AGE = 0 # This is our main target diff --git a/c++/src/cpp_doc_config b/c++/src/cpp_doc_config index 0e1fa6a..36edb72 100644 --- a/c++/src/cpp_doc_config +++ b/c++/src/cpp_doc_config @@ -38,7 +38,7 @@ PROJECT_NAME = "HDF5 C++ API" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = HDF5 version 1.9.227 currently under development +PROJECT_NUMBER = "1.9.228 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 |