diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-09-08 11:44:59 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-09-08 11:44:59 -0400 |
commit | afc845d930877ac62f6d5a5f50ea87b5182d0a4a (patch) | |
tree | f6d02127a42efd02b73b7c2d9b1f6e0f0a4507e5 | |
parent | 5e544b32d8dc98737c7a268a6a5f877207284e9a (diff) |
Bump libtool version in preparation for release
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a418516d..928f7a70 100644 --- a/configure.in +++ b/configure.in @@ -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=5 -LIBT_REVISION=2 +LIBT_REVISION=3 AC_SUBST(LIBT_CURRENT) AC_SUBST(LIBT_REVISION) LIBT_AGE=4 |