Increment CAIRO_VERSION to 1.2.1 after making the 1.2.0 release

This commit is contained in:
Carl Worth 2006-07-01 04:37:50 +02:00
parent 61404bd502
commit 7bff2eb819
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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,