diff options
author | Carl Worth <cworth@cworth.org> | 2008-02-28 15:46:22 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-02-28 15:46:22 -0800 |
commit | 3ec4b9a4fc96572f099d0e9679fec9e5eb97a32e (patch) | |
tree | db0cf1a344dcafd68c8d37ec5b96bbd6857d7a3a | |
parent | bf99e355d9d24a4820dc93b49321b15318501b61 (diff) |
Increment cairo version to 1.5.12 and libtool versioning to 18:0:161.5.12
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index dd233e7b..8e6db103 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ dnl For the micro number: odd => in-progress development (from git) dnl even => tar-file snapshot or release m4_define(cairo_version_major, 1) m4_define(cairo_version_minor, 5) -m4_define(cairo_version_micro, 11) +m4_define(cairo_version_micro, 12) AC_INIT([cairo], cairo_version_major.cairo_version_minor.cairo_version_micro, @@ -26,7 +26,7 @@ dnl =========================================================================== # libtool shared library version # Increment if the interface has additions, changes, removals. -LT_CURRENT=17 +LT_CURRENT=18 # Increment any time the source changes; set to # 0 if you increment CURRENT @@ -35,7 +35,7 @@ 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=15 +LT_AGE=16 dnl =========================================================================== |