diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2015-08-31 00:55:54 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2015-08-31 00:55:54 (GMT) |
commit | 74792949c9beb0c090764c5e42f7f6994abf4b3a (patch) | |
tree | f2d72ea4fee4a5924de46d62e432de98d95effc5 /c++ | |
parent | ed506058832725fe3bf3acbbe7c1e2891499995b (diff) | |
download | hdf5-74792949c9beb0c090764c5e42f7f6994abf4b3a.zip hdf5-74792949c9beb0c090764c5e42f7f6994abf4b3a.tar.gz hdf5-74792949c9beb0c090764c5e42f7f6994abf4b3a.tar.bz2 |
[svn-r27622] Snapshot version 1.9 release 229
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 e882e8b..81e98dd 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -688,7 +688,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 = 219 +LT_VERS_REVISION = 220 LT_VERS_AGE = 0 # This is our main target diff --git a/c++/src/cpp_doc_config b/c++/src/cpp_doc_config index 6624fad..73c41eb 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 = "1.9.229 currently under development" +PROJECT_NUMBER = "1.9.230 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 |