summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-03-20 13:49:29 -0700
committerCarl Worth <cworth@cworth.org>2008-03-20 13:49:29 -0700
commitf32f81fa1badce15403d922002f4fc59fe8b563a (patch)
tree55d1cff550d058266e739be0f6e6f0ae53f993c7 /configure.in
parentffa50c31d38c761b4bf247d3ac27933974b819d3 (diff)
Increment cairo version to 1.5.14 and libtool versioning to 18:1:16
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 0c6d8bde..fd6cd4c3 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, 13)
+m4_define(cairo_version_micro, 14)
AC_INIT([cairo],
cairo_version_major.cairo_version_minor.cairo_version_micro,
@@ -30,7 +30,7 @@ LT_CURRENT=18
# Increment any time the source changes; set to
# 0 if you increment CURRENT
-LT_REVISION=0
+LT_REVISION=1
# Increment if any interfaces have been added; set to 0
# if any interfaces have been removed. removal has