[cairo-commit] 2 commits - configure.in Makefile.am

Carl Worth cworth at kemper.freedesktop.org
Fri Aug 18 18:28:57 PDT 2006


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

New commits:
diff-tree 54755b2d9891981d813384bccde84998def96abf (from fadde879fbf8547aaa55e80d21611e7674cd5f8f)
Author: Carl Worth <cworth at cworth.org>
Date:   Fri Aug 18 18:19:10 2006 -0700

    Remove stray ] that was breaking RELEASE_OR_PUBLISH and many make targets (release-publish, etc.)

diff --git a/Makefile.am b/Makefile.am
index 5a47b0e..cb4496c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,7 @@ include $(srcdir)/ChangeLog.mk
 #		make release-check
 # or		make release-publish
 
-RELEASE_OR_SNAPSHOT = $$(if test "x$(CAIRO_VERSION_MINOR)" = "x$$(echo "$(CAIRO_VERSION_MINOR)/2*2" | bc)" ]; then echo release; else echo snapshot; fi)
+RELEASE_OR_SNAPSHOT = $$(if test "x$(CAIRO_VERSION_MINOR)" = "x$$(echo "$(CAIRO_VERSION_MINOR)/2*2" | bc)" ; then echo release; else echo snapshot; fi)
 RELEASE_UPLOAD_HOST =   cairographics.org
 RELEASE_UPLOAD_BASE =	/srv/cairo.freedesktop.org/www
 RELEASE_UPLOAD_DIR =	$(RELEASE_UPLOAD_BASE)/$(RELEASE_OR_SNAPSHOT)s
diff-tree fadde879fbf8547aaa55e80d21611e7674cd5f8f (from 43a25b818749d31268a60e2fcdaa11a73e41f7fd)
Author: Carl Worth <cworth at cworth.org>
Date:   Fri Aug 18 17:36:42 2006 -0700

    Update version to 1.2.4 and libtool version to 11:2:9.

diff --git a/configure.in b/configure.in
index a691bcc..56874d7 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_PREREQ(2.54)
 # An even micro number indicates a released version.
 m4_define(cairo_version_major, 1)
 m4_define(cairo_version_minor, 2)
-m4_define(cairo_version_micro, 3)
+m4_define(cairo_version_micro, 4)
 
 AC_INIT([cairo],
       cairo_version_major.cairo_version_minor.cairo_version_micro,
@@ -23,7 +23,7 @@ LT_CURRENT=11
 
 # Increment any time the source changes; set to
 # 0 if you increment CURRENT
-LT_REVISION=1
+LT_REVISION=2
 
 # 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