diff options
author | Akira TAGOH <akira@tagoh.org> | 2017-09-09 22:34:21 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2017-09-09 22:34:21 +0900 |
commit | 37339b7b2c804df4306e80a5cf0d33bc11a33be6 (patch) | |
tree | a5d6e1f94c4edf6a3bed07d7f429dcfe5016f149 | |
parent | 36a3ced9495c236beb1676efb8fda4b1292179a7 (diff) |
Update libtool versioning
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 74b6795..16406c4 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=10 -LIBT_REVISION=4 +LIBT_CURRENT=11 +LIBT_REVISION=0 AC_SUBST(LIBT_CURRENT) AC_SUBST(LIBT_REVISION) -LIBT_AGE=9 +LIBT_AGE=10 LIBT_VERSION_INFO="$LIBT_CURRENT:$LIBT_REVISION:$LIBT_AGE" AC_SUBST(LIBT_VERSION_INFO) |