[cairo-commit] configure.in RELEASING

Carl Worth cworth at kemper.freedesktop.org
Fri Jun 30 19:43:23 PDT 2006


 RELEASING    |    2 +-
 configure.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree 7bff2eb81905b2d1d01f087612fe8c1354166a94 (from 61404bd5022b913f58ecda8dc9e8922b4fc6f80b)
Author: Carl Worth <cworth at cworth.org>
Date:   Sat Jul 1 04:37:50 2006 +0200

    Increment CAIRO_VERSION to 1.2.1 after making the 1.2.0 release

diff --git a/RELEASING b/RELEASING
index 89433ee..e995064 100644
--- a/RELEASING
+++ b/RELEASING
@@ -87,7 +87,7 @@ Here are the steps to follow to create a
 	git push cairo X.Y.Z
 
 8) Increment cairo_version_micro to the next larger (odd) number in
-   configure, and commit.
+   configure, commit, and push.
 
 9) Edit the cairo bugzilla product and add the new version numbers
 
diff --git a/configure.in b/configure.in
index 97c0e9b..0fa411a 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, 0)
+m4_define(cairo_version_micro, 1)
 
 AC_INIT([cairo],
       cairo_version_major.cairo_version_minor.cairo_version_micro,


More information about the cairo-commit mailing list