library was changed in an incompatible way since 0.8, so we need

to go from 0 to 1.


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2250 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-03-23 21:31:48 +00:00
parent 035fa1e0a4
commit b6958711cb

View File

@ -15,8 +15,8 @@ AC_CONFIG_SRCDIR(src/libopensc/sc.c)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
OPENSC_LT_CURRENT=0
OPENSC_LT_REVISION=9
OPENSC_LT_CURRENT=1
OPENSC_LT_REVISION=0
OPENSC_LT_AGE=0
AC_SUBST(OPENSC_LT_CURRENT)