- Use libssh2_version() to present the libssh2 version in case the libssh2

library is found to support it.
This commit is contained in:
Daniel Stenberg
2009-03-13 09:58:15 +00:00
parent fa96436661
commit 74ba4d7950
4 changed files with 18 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ This release includes the following changes:
o libcurl now closes all dead connections whenever you attempt to open a new
connection
o libssh2's version number can now be figured out run-time instead of using
the build-time fixed number
This release includes the following bugfixes: