aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2006-12-26 21:18:15 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2006-12-26 21:18:15 +0000
commit94d6f393861f441b43e1a68b3804d3e0dd012a2b (patch)
tree6311eed3965d63eaa9cf03a808a0a86cbde79771 /include/libssh
parent0465d85ab439e5fc84931b84761d8f7f8d43cfce (diff)
downloadlibssh-94d6f393861f441b43e1a68b3804d3e0dd012a2b.tar.gz
libssh-94d6f393861f441b43e1a68b3804d3e0dd012a2b.tar.xz
libssh-94d6f393861f441b43e1a68b3804d3e0dd012a2b.zip
trunk to 0.2
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@104 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/libssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index c75b3574..d96c34b5 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -24,7 +24,7 @@ MA 02111-1307, USA. */
#include <sys/select.h> /* for fd_set * */
#include <inttypes.h>
-#define LIBSSH_VERSION "libssh-0.2rc"
+#define LIBSSH_VERSION "libssh-0.2"
#ifdef __cplusplus
extern "C" {