Bump libtool revision
This commit is contained in:
parent
3fc22cfe75
commit
b3b435b87f
|
@ -42,11 +42,11 @@ dnl libtool versioning
|
||||||
dnl bump revision when fixing bugs
|
dnl bump revision when fixing bugs
|
||||||
dnl bump current and age, reset revision to zero when adding APIs
|
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
|
dnl bump current, leave age, reset revision to zero when changing/removing APIS
|
||||||
LIBT_CURRENT=7
|
LIBT_CURRENT=8
|
||||||
LIBT_REVISION=2
|
LIBT_REVISION=0
|
||||||
AC_SUBST(LIBT_CURRENT)
|
AC_SUBST(LIBT_CURRENT)
|
||||||
AC_SUBST(LIBT_REVISION)
|
AC_SUBST(LIBT_REVISION)
|
||||||
LIBT_AGE=6
|
LIBT_AGE=7
|
||||||
|
|
||||||
LIBT_VERSION_INFO="$LIBT_CURRENT:$LIBT_REVISION:$LIBT_AGE"
|
LIBT_VERSION_INFO="$LIBT_CURRENT:$LIBT_REVISION:$LIBT_AGE"
|
||||||
AC_SUBST(LIBT_VERSION_INFO)
|
AC_SUBST(LIBT_VERSION_INFO)
|
||||||
|
|
Loading…
Reference in New Issue