[cairo-commit] 3 commits - configure.in
Carl Worth
cworth at kemper.freedesktop.org
Thu Feb 28 16:21:33 PST 2008
configure.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 4a73471087f42baf07988e0f2de323ed3b18dac9
Merge: 54a6191... 523c7db...
Author: Carl Worth <cworth at cworth.org>
Date: Thu Feb 28 16:21:11 2008 -0800
Merge branch 'master' of git.cairographics.org:/git/cairo
commit 54a61911f26b46b6d9b7335ac7dda746081261d9
Author: Carl Worth <cworth at cworth.org>
Date: Thu Feb 28 16:20:56 2008 -0800
Increment version to 1.5.13 after the 1.5.12 snapshot
diff --git a/configure.in b/configure.in
index 8e6db10..9feb621 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, 12)
+m4_define(cairo_version_micro, 13)
AC_INIT([cairo],
cairo_version_major.cairo_version_minor.cairo_version_micro,
commit 3ec4b9a4fc96572f099d0e9679fec9e5eb97a32e
Author: Carl Worth <cworth at cworth.org>
Date: Thu Feb 28 15:46:22 2008 -0800
Increment cairo version to 1.5.12 and libtool versioning to 18:0:16
diff --git a/configure.in b/configure.in
index dd233e7..8e6db10 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 ===========================================================================
More information about the cairo-commit
mailing list