1
1

bump the version-info due to the changes in the API we're working on and due

to the fact that there's release of the previous CVS-state shipped in Debian
(and possibly others distros).
Этот коммит содержится в:
Daniel Stenberg 2007-02-02 22:09:30 +00:00
родитель 9d55db6501
Коммит be4c3f59d4

Просмотреть файл

@ -1,3 +1,4 @@
# $Id: Makefile.am,v 1.7 2007/02/02 22:09:30 bagder Exp $
AUTOMAKE_OPTIONS = foreign nostdinc
libssh2_la_SOURCES = channel.c comp.c crypt.c hostkey.c kex.c mac.c \
@ -19,7 +20,7 @@ lib_LTLIBRARIES = libssh2.la
# tree
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/src
VERSION=-version-info 0:0:0
VERSION=-version-info 1:0:0
# This flag accepts an argument of the form current[:revision[:age]]. So,
# passing -version-info 3:12:1 sets current to 3, revision to 12, and age to