aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2008-10-29 00:25:31 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2008-10-29 00:25:31 +0000
commit3b25cbf13406cb2f775a8298d2224b187de16275 (patch)
treebcc58a530ec6299b225a54d17558f300ee928f75 /configure.ac
parent4a3554b2fa794edec0a628610e7bfb3749d76129 (diff)
downloadlibssh-3b25cbf13406cb2f775a8298d2224b187de16275.tar.gz
libssh-3b25cbf13406cb2f775a8298d2224b187de16275.tar.xz
libssh-3b25cbf13406cb2f775a8298d2224b187de16275.zip
fixed a bug where channel_poll could wait forever for a packet already in socket buffer.
Inc'ed libtool numbers git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@184 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2ec3845c..1d0f2b88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,8 +13,8 @@ AM_MAINTAINER_MODE
# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
# (No interfaces changed: REVISION++)
-LIBSSH_CURRENT=2
-LIBSSH_AGE=0
+LIBSSH_CURRENT=3
+LIBSSH_AGE=1
LIBSSH_REVISION=0
AC_SUBST(LIBSSH_CURRENT)
AC_SUBST(LIBSSH_AGE)