soname bump for release 0.14.3 (and in trunk/ for 0.15 dev)

This commit is contained in:
cg25 2009-04-07 22:07:45 +00:00
parent 1ad07ea725
commit fb637f39fe
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ dnl change does not break upward compatibility (ie it is an addition),
dnl increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
dnl REVISION is set to 0, otherwise REVISION is incremented.
dnl ---------------------------------------------------------------------------
VERSION_INFO_CURRENT=1
VERSION_INFO_REVISION=1
VERSION_INFO_CURRENT=4
VERSION_INFO_REVISION=0
VERSION_INFO_AGE=0
INTERFACE_VERSION_INFO=$VERSION_INFO_CURRENT:$VERSION_INFO_REVISION:$VERSION_INFO_AGE
AC_SUBST(INTERFACE_VERSION_INFO)