diff options
author | lrknox <lrknox> | 2017-06-14 16:56:58 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2017-06-14 17:26:55 (GMT) |
commit | 9a31b0748f94cd00e4fa349796f1ce2893a75fb4 (patch) | |
tree | e9568045884fce4c148bd5369e89c469db4eb0c1 /c++/src | |
parent | c3718a079965bc9d9637780f0961db1c973c1356 (diff) | |
download | hdf5-9a31b0748f94cd00e4fa349796f1ce2893a75fb4.zip hdf5-9a31b0748f94cd00e4fa349796f1ce2893a75fb4.tar.gz hdf5-9a31b0748f94cd00e4fa349796f1ce2893a75fb4.tar.bz2 |
Disable building of libdynlib* dynamically loaded plugin test libraries
on CYGWIN.
Added known problem entry to RELEASE.txt.
Set version for 1.8.19 release.
Barbara updated contents of README.txt file.
Diffstat (limited to 'c++/src')
-rw-r--r-- | c++/src/Makefile.in | 1 | ||||
-rw-r--r-- | c++/src/cpp_doc_config | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index 2a4b0bd..cbfb7c4 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -558,6 +558,7 @@ THREADSAFE = @THREADSAFE@ TIME = @TIME@ TR = @TR@ TRACE_API = @TRACE_API@ +UNAME_CYGWIN = @UNAME_CYGWIN@ UNAME_INFO = @UNAME_INFO@ USE_FILTER_DEFLATE = @USE_FILTER_DEFLATE@ USE_FILTER_SZIP = @USE_FILTER_SZIP@ diff --git a/c++/src/cpp_doc_config b/c++/src/cpp_doc_config index c7a7be9..6413f86 100644 --- a/c++/src/cpp_doc_config +++ b/c++/src/cpp_doc_config @@ -49,7 +49,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.8.19-pre2, currently under development" +PROJECT_NUMBER = "1.8.19" # 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 |