change libtool library versioning

Signed-off-by: Luotao Fu <luotao@alea.(none)>
pull/106/head^2
Luotao Fu 2010-02-14 18:18:09 +01:00
parent 298e6efc3e
commit 1b50d5545d
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ CFLAGS="${CFLAGS} -Wall"
# Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++ # Interfaces added: AGE++
# Interfaces removed: AGE=0 # Interfaces removed: AGE=0
LT_CURRENT=3 LT_CURRENT=4
LT_REVISION=0 LT_REVISION=0
LT_AGE=1 LT_AGE=2
AC_SUBST(LT_CURRENT) AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION) AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE) AC_SUBST(LT_AGE)