diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2011-05-27 13:37:52 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2011-05-27 13:37:52 +0200 |
commit | 3bc46c3bf0f73237aaa70088d9a691a095c73558 (patch) | |
tree | c7d3afdffafbebd6dab475cb119435e568b9bacc | |
parent | ac167c90775b757adefb9f3ec6b3cfbcdef78c1a (diff) | |
download | libssh-3bc46c3bf0f73237aaa70088d9a691a095c73558.tar.gz libssh-3bc46c3bf0f73237aaa70088d9a691a095c73558.tar.xz libssh-3bc46c3bf0f73237aaa70088d9a691a095c73558.zip |
remove "0.5.0 is dev" in the doc
-rw-r--r-- | doc/introduction.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/introduction.dox b/doc/introduction.dox index cf35db62..21b501de 100644 --- a/doc/introduction.dox +++ b/doc/introduction.dox @@ -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. |