diff options
author | Carl Worth <cworth@cworth.org> | 2006-11-15 13:32:15 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-11-15 13:32:15 -0800 |
commit | 804e20b55d049a26fe4d96bb6d79890c65e43ab5 (patch) | |
tree | 1505d95c0c643897089e107408104c64cdaa0a65 | |
parent | c63fd9437b69bd2ce5d9e0f5784d13a05ac7b867 (diff) |
Update cairo version and libtool version for 1.3.2 snapshot1.3.2
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 4bc697e1..86895a5e 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl An odd micro number indicates in-progress development, (eg. from git/cvs) dnl An even micro number indicates a released version. m4_define(cairo_version_major, 1) m4_define(cairo_version_minor, 3) -m4_define(cairo_version_micro, 1) +m4_define(cairo_version_micro, 2) AC_INIT([cairo], cairo_version_major.cairo_version_minor.cairo_version_micro, @@ -22,16 +22,16 @@ dnl =========================================================================== # libtool shared library version # Increment if the interface has additions, changes, removals. -LT_CURRENT=11 +LT_CURRENT=12 # Increment any time the source changes; set to # 0 if you increment CURRENT -LT_REVISION=2 +LT_REVISION=0 # Increment if any interfaces have been added; set to 0 # if any interfaces have been removed. removal has # precedence over adding, so set to 0 if both happened. -LT_AGE=9 +LT_AGE=10 dnl =========================================================================== |