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

changed LIBSSH_CURRENT to 1 to make a difference from libssh 0.11

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@82 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Aris Adamantiadis
2006-11-16 19:21:51 +00:00
parent ff273b26b3
commit a5774a32e8
2 changed files with 593 additions and 295 deletions

834
aclocal.m4 vendored

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ AC_CONFIG_HEADER([config.h])
# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
# (No interfaces changed: REVISION++)
LIBSSH_CURRENT=0
LIBSSH_CURRENT=1
LIBSSH_AGE=0
LIBSSH_REVISION=0
AC_SUBST(LIBSSH_CURRENT)