summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-07-27 17:48:29 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-07-27 17:48:29 -0400
commit50d937b0e110ee21d9861b8fb973d62534db98ae (patch)
treef987be7aa8b9da3a5e2c1574dc7ef808f511d0c4 /configure.in
parent273e22c71f78281ade1c5c30a25ef10d214d7ea6 (diff)
Bump libtool versions that 2.7.0 (I forgot to do back then)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index fe93459..ec2182c 100644
--- a/configure.in
+++ b/configure.in
@@ -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)