aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2011-05-27 13:37:52 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-05-27 14:20:02 +0200
commit91489cd378749531eea9614ff39ddeabbc366610 (patch)
treecb96dd794ef47b06d01a7a11ade29f5384683428
parent615bc3b8f7b34805f5a67c3d9b91f204a84f4d86 (diff)
downloadlibssh-91489cd378749531eea9614ff39ddeabbc366610.tar.gz
libssh-91489cd378749531eea9614ff39ddeabbc366610.tar.xz
libssh-91489cd378749531eea9614ff39ddeabbc366610.zip
remove "0.5.0 is dev" in the doc
(cherry picked from commit 3bc46c3bf0f73237aaa70088d9a691a095c73558)
-rw-r--r--doc/introduction.dox4
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.