diff options
author | Akira TAGOH <akira@tagoh.org> | 2016-08-05 14:45:36 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2016-08-05 14:45:36 +0900 |
commit | 68869149e36ae546ec428f345a552a6ad093e953 (patch) | |
tree | 136127e706eb921087219bc6f40e14af96f7d78a | |
parent | 7a4a5bd7897d216f0794ca9dbce0a4a5c9d14940 (diff) |
Update libtool revision
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a04695b..a048ba6 100644 --- a/configure.ac +++ b/configure.ac @@ -75,7 +75,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=10 -LIBT_REVISION=1 +LIBT_REVISION=2 AC_SUBST(LIBT_CURRENT) AC_SUBST(LIBT_REVISION) LIBT_AGE=9 |