diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-06-25 14:50:18 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-06-25 14:50:18 +0900 |
commit | a94c6b3b94b4a66d7f528fcc7e939b8ec19ad660 (patch) | |
tree | 5fe2b327477735ef80e5cc72ca52deddad81e8c4 /configure.ac | |
parent | 769306665c37175d1e0e1167895eace0a8bc4bc3 (diff) |
Bump libtool revision
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a8c1f872..433c0ca3 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,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=7 -LIBT_REVISION=0 +LIBT_REVISION=1 AC_SUBST(LIBT_CURRENT) AC_SUBST(LIBT_REVISION) LIBT_AGE=6 |