Bump the libtool revision

This commit is contained in:
Akira TAGOH 2018-08-30 07:04:08 +00:00
parent a059ce315d
commit e62b922318
1 changed files with 3 additions and 3 deletions

View File

@ -72,11 +72,11 @@ dnl libtool versioning
dnl bump revision when fixing bugs
dnl bump current and age, reset revision to zero when adding APIs
dnl bump current, leave age, reset revision to zero when changing/removing APIS
LIBT_CURRENT=12
LIBT_REVISION=1
LIBT_CURRENT=13
LIBT_REVISION=0
AC_SUBST(LIBT_CURRENT)
AC_SUBST(LIBT_REVISION)
LIBT_AGE=11
LIBT_AGE=12
LIBT_VERSION_INFO="$LIBT_CURRENT:$LIBT_REVISION:$LIBT_AGE"
AC_SUBST(LIBT_VERSION_INFO)