summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2018-08-30 07:04:08 +0000
committerAkira TAGOH <akira@tagoh.org>2018-08-30 08:18:25 +0000
commite62b92231874c1a6c3e2ab9e1019a95db22ea08f (patch)
tree731813034282a3d9849c733da7ef8d08732fb480
parenta059ce315d327ff0465435d446d4e02a6f97614f (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 d48b83b..11d1556 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,11 +72,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=12
-LIBT_REVISION=1
+LIBT_CURRENT=13
+LIBT_REVISION=0
AC_SUBST(LIBT_CURRENT)
AC_SUBST(LIBT_REVISION)
-LIBT_AGE=11
+LIBT_AGE=12
LIBT_VERSION_INFO="$LIBT_CURRENT:$LIBT_REVISION:$LIBT_AGE"
AC_SUBST(LIBT_VERSION_INFO)