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).
This commit is contained in:
Daniel Stenberg 2007-02-02 22:09:30 +00:00
parent 9d55db6501
commit be4c3f59d4

View File

@ -1,3 +1,4 @@
# $Id: Makefile.am,v 1.7 2007/02/02 22:09:30 bagder Exp $
AUTOMAKE_OPTIONS = foreign nostdinc AUTOMAKE_OPTIONS = foreign nostdinc
libssh2_la_SOURCES = channel.c comp.c crypt.c hostkey.c kex.c mac.c \ libssh2_la_SOURCES = channel.c comp.c crypt.c hostkey.c kex.c mac.c \
@ -19,7 +20,7 @@ lib_LTLIBRARIES = libssh2.la
# tree # tree
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/src 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, # 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 # passing -version-info 3:12:1 sets current to 3, revision to 12, and age to