diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-03-09 22:12:35 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-03-09 22:12:35 +0900 |
commit | 78d75c003c5f03a2aeebc628d70d3f75bd6f5707 (patch) | |
tree | 1c345faa6ccc1c757aa4201670e60607bd6c3048 | |
parent | 353f7cc69184cdb1a7d5b4cc00741fab97b32f17 (diff) |
Update the version info
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 06851a5e..e7542497 100644 --- a/configure.in +++ b/configure.in @@ -41,11 +41,11 @@ dnl libtool versioning 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=4 +LIBT_CURRENT=6 +LIBT_REVISION=0 AC_SUBST(LIBT_CURRENT) AC_SUBST(LIBT_REVISION) -LIBT_AGE=4 +LIBT_AGE=5 LIBT_VERSION_INFO="$LIBT_CURRENT:$LIBT_REVISION:$LIBT_AGE" AC_SUBST(LIBT_VERSION_INFO) |