summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2013-10-11 12:40:23 +0900
committerAkira TAGOH <akira@tagoh.org>2013-10-11 12:40:42 +0900
commitc4c90ffc7a7eec42fc0b84f1a7af464a4c9fcfd8 (patch)
tree6e50dba7b6992588ed1bd5596ea6e011728edd17
parent9a4310176bb11e1e826d238eb0761b7895b48883 (diff)
Bump libtool revision
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4b631bd5..7106aa33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,11 +42,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=8
+LIBT_CURRENT=9
LIBT_REVISION=0
AC_SUBST(LIBT_CURRENT)
AC_SUBST(LIBT_REVISION)
-LIBT_AGE=7
+LIBT_AGE=8
LIBT_VERSION_INFO="$LIBT_CURRENT:$LIBT_REVISION:$LIBT_AGE"
AC_SUBST(LIBT_VERSION_INFO)