diff options
author | Akira TAGOH <akira@tagoh.org> | 2016-04-06 21:04:42 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2016-04-06 21:04:42 +0900 |
commit | 0cfa146e6b41bc6b819fe0f37d0e2ff0a947eb3b (patch) | |
tree | 9f5ef14ea20bc88d69df84a7431b81cf6c3bc680 | |
parent | d179cbc2536af16cf0f4992e0a4b2d751437ee6c (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 5c10dd0..246ff42 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=0 +LIBT_REVISION=1 AC_SUBST(LIBT_CURRENT) AC_SUBST(LIBT_REVISION) LIBT_AGE=9 |