Bump libtool versions that 2.7.0 (I forgot to do back then)

This commit is contained in:
Behdad Esfahbod 2009-07-27 17:48:29 -04:00
parent 273e22c71f
commit 50d937b0e1
1 changed files with 2 additions and 2 deletions

View File

@ -41,11 +41,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=4
LIBT_CURRENT=5
LIBT_REVISION=0
AC_SUBST(LIBT_CURRENT)
AC_SUBST(LIBT_REVISION)
LIBT_AGE=3
LIBT_AGE=4
LIBT_VERSION_INFO="$LIBT_CURRENT:$LIBT_REVISION:$LIBT_AGE"
AC_SUBST(LIBT_VERSION_INFO)