[cairo-commit] Branch '1.4' - 3 commits - configure.in test/Makefile.am

Carl Worth cworth at kemper.freedesktop.org
Mon Jan 14 16:43:19 PST 2008


 configure.in     |    4 ++--
 test/Makefile.am |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit ff5f5020cf53e39185ee4d3b7cc51262083a4fbb
Author: Carl Worth <cworth at cworth.org>
Date:   Mon Jan 14 16:41:32 2008 -0800

    Increment cairo version to 1.4.15 after the 1.4.14 release

diff --git a/configure.in b/configure.in
index 9b32be3..3c5baf5 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl An odd micro number indicates in-progress development, (eg. from git/cvs)
 dnl An even micro number indicates a released version.
 m4_define(cairo_version_major, 1)
 m4_define(cairo_version_minor, 4)
-m4_define(cairo_version_micro, 14)
+m4_define(cairo_version_micro, 15)
 
 AC_INIT([cairo],
       cairo_version_major.cairo_version_minor.cairo_version_micro,
commit bdd93f5e8eb5726315cca396240afe7a084348ae
Author: Carl Worth <cworth at cworth.org>
Date:   Mon Jan 14 16:29:40 2008 -0800

    Add miter-precision-ref.png to list of files to include in release.

diff --git a/test/Makefile.am b/test/Makefile.am
index cd09bd1..5f6ce5c 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -319,6 +319,7 @@ REFERENCE_IMAGES = \
 	mask-surface-ctm-rgb24-ref.png	\
 	mask-surface-ctm-svg-argb32-ref.png	\
 	mask-svg-argb32-ref.png	\
+	miter-precision-ref.png \
 	move-to-show-surface-ref.png	\
 	new-sub-path-ps-argb32-ref.png	\
 	new-sub-path-quartz-ref.png	\
commit d45c003519682e6a3115293da08aa331c8de2cc8
Author: Carl Worth <cworth at cworth.org>
Date:   Mon Jan 14 15:43:33 2008 -0800

    Update cairo version to 1.4.14 and library versioning to 13:7:11

diff --git a/configure.in b/configure.in
index ff74248..9b32be3 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl An odd micro number indicates in-progress development, (eg. from git/cvs)
 dnl An even micro number indicates a released version.
 m4_define(cairo_version_major, 1)
 m4_define(cairo_version_minor, 4)
-m4_define(cairo_version_micro, 13)
+m4_define(cairo_version_micro, 14)
 
 AC_INIT([cairo],
       cairo_version_major.cairo_version_minor.cairo_version_micro,
@@ -26,7 +26,7 @@ LT_CURRENT=13
 
 # Increment any time the source changes; set to
 # 0 if you increment CURRENT
-LT_REVISION=6
+LT_REVISION=7
 
 # 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