[cairo-commit] 2 commits - configure.in
Carl Worth
cworth at kemper.freedesktop.org
Sun Apr 6 03:26:28 PDT 2008
configure.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 6e5e852f739b63f0325927c70e4d4456c60d0ba9
Author: Carl Worth <cworth at cworth.org>
Date: Sun Apr 6 03:25:58 2008 -0700
Increment cairo version to 1.5.19 after the 1.5.18 snapshot
diff --git a/configure.in b/configure.in
index bd2c87d..d340060 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, 18)
+m4_define(cairo_version_micro, 19)
AC_INIT([cairo],
cairo_version_major.cairo_version_minor.cairo_version_micro,
commit 6d6c8aa643603c2b5fd7baedc897d4698ba8bafb
Author: Carl Worth <cworth at cworth.org>
Date: Sun Apr 6 03:11:04 2008 -0700
Increment cairo version to 1.5.18 and library versioning to 19:1:17
diff --git a/configure.in b/configure.in
index 97bee95..bd2c87d 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, 17)
+m4_define(cairo_version_micro, 18)
AC_INIT([cairo],
cairo_version_major.cairo_version_minor.cairo_version_micro,
@@ -30,7 +30,7 @@ LT_CURRENT=19
# 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
More information about the cairo-commit
mailing list