diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2015-06-08 00:01:32 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2015-06-08 00:01:32 (GMT) |
commit | 02e9a43900cb8d2879b9bb2af9c3a9aba98c8949 (patch) | |
tree | b84697b804ca94980f481c85fe7a590e271dbe3c /c++ | |
parent | 4a2bee5cd8d66dba228fbf942e7394bc40d0f81f (diff) | |
download | hdf5-02e9a43900cb8d2879b9bb2af9c3a9aba98c8949.zip hdf5-02e9a43900cb8d2879b9bb2af9c3a9aba98c8949.tar.gz hdf5-02e9a43900cb8d2879b9bb2af9c3a9aba98c8949.tar.bz2 |
[svn-r27159] Snapshot version 1.9 release 221
Diffstat (limited to 'c++')
-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 1e446dc..9df8eff 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -670,7 +670,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 = 211 +LT_VERS_REVISION = 212 LT_VERS_AGE = 0 # This is our main target diff --git a/c++/src/cpp_doc_config b/c++/src/cpp_doc_config index d2a0d28..a4aa9af 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.221 currently under development +PROJECT_NUMBER = HDF5 version 1.9.222 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 |