diff options
author | Akira TAGOH <akira@tagoh.org> | 2018-03-06 12:31:09 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2018-03-06 12:31:09 +0900 |
commit | 24b4a57193f89d348402de0f7bf4630ae3b5f5e7 (patch) | |
tree | 8b73f3be813f7c513bccbefbebdd4bfc9cb4f881 | |
parent | 8c96285d216e4fec2d83386dfd49030dfc947a4b (diff) |
Bump the libtool revision
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2adf8434..18986f07 100644 --- a/configure.ac +++ b/configure.ac @@ -73,7 +73,7 @@ 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=0 +LIBT_REVISION=1 AC_SUBST(LIBT_CURRENT) AC_SUBST(LIBT_REVISION) LIBT_AGE=11 |