diff options
author | Carl Worth <cworth@cworth.org> | 2006-07-01 04:37:50 +0200 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-07-01 04:38:14 +0200 |
commit | 7bff2eb81905b2d1d01f087612fe8c1354166a94 (patch) | |
tree | 2edca647b8f23b6607634ba1b54402e8562a9a2c | |
parent | 61404bd5022b913f58ecda8dc9e8922b4fc6f80b (diff) |
Increment CAIRO_VERSION to 1.2.1 after making the 1.2.0 release
-rw-r--r-- | RELEASING | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 97c0e9b1..0fa411a2 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, |