summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-01-30 05:13:53 -0800
committerCarl Worth <cworth@cworth.org>2008-01-30 05:13:53 -0800
commitb31a7a904f8413c34970beabce6fecf6e1fdc925 (patch)
treee73cff494c3eb6f359a6bdf9c9107757b300cd30 /configure.in
parentca10920cc9f3a673e2199112541d5a1472423c47 (diff)
Increment cairo version to 1.5.8 and libtool version to 16:0:14
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 8077f8e9..5ff575a8 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, 7)
+m4_define(cairo_version_micro, 8)
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=15
+LT_CURRENT=16
# 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=13
+LT_AGE=14
dnl ===========================================================================