summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2017-12-14 15:42:39 +0900
committerAkira TAGOH <akira@tagoh.org>2017-12-14 15:42:39 +0900
commit1f84aa196d0ed2dae6176e0137eaae4449a6ca7c (patch)
tree0c51cf2f551ac8cb45b14f9f479c1efb41a2beb8
parent8d02dbbd9784e3e9ae5f45cb96b790645f09fcf6 (diff)
Bump the libtool revision
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 81b433a..6bb8b6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,11 +74,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=11
-LIBT_REVISION=1
+LIBT_CURRENT=12
+LIBT_REVISION=0
AC_SUBST(LIBT_CURRENT)
AC_SUBST(LIBT_REVISION)
-LIBT_AGE=10
+LIBT_AGE=11
LIBT_VERSION_INFO="$LIBT_CURRENT:$LIBT_REVISION:$LIBT_AGE"
AC_SUBST(LIBT_VERSION_INFO)