1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

remove "0.5.0 is dev" in the doc

(cherry picked from commit 3bc46c3bf0)
This commit is contained in:
Aris Adamantiadis
2011-05-27 13:37:52 +02:00
committed by Andreas Schneider
parent 615bc3b8f7
commit 91489cd378

View File

@ -22,8 +22,8 @@ This tutorial concentrates for its main part on the "client" side of libssh.
To learn how to accept incoming SSH connexions (how to write a SSH server),
you'll have to jump to the end of this document.
This tutorial describes libssh version 0.5.0. This version is the development
version and is *not* published yet. However, the examples should work with
This tutorial describes libssh version 0.5.0. This version is a little different
from the 0.4.X series. However, the examples should work with
little changes on versions like 0.4.2 and later.