From 7bff2eb81905b2d1d01f087612fe8c1354166a94 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 1 Jul 2006 04:37:50 +0200 Subject: [PATCH] Increment CAIRO_VERSION to 1.2.1 after making the 1.2.0 release --- RELEASING | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING b/RELEASING index 89433eeb7..e995064fc 100644 --- a/RELEASING +++ b/RELEASING @@ -87,7 +87,7 @@ Here are the steps to follow to create a new cairo release: 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 97c0e9b1d..0fa411a24 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,