diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-11-18 18:45:06 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-11-18 18:49:09 -0500 |
commit | 2e44cbe1b9bf466718167e9e05077743df36ab21 (patch) | |
tree | 8142f7897260b73616e67965faaee6a020fb578d | |
parent | 91a73751dcd4fd2d2e4e8bcb98af53098c721224 (diff) |
Bump libtool revision 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 b804064..b7749bf 100644 --- a/configure.in +++ b/configure.in @@ -43,7 +43,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=3 +LIBT_REVISION=4 AC_SUBST(LIBT_CURRENT) AC_SUBST(LIBT_REVISION) LIBT_AGE=4 |