diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2005-08-12 21:35:31 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2005-08-12 21:35:31 +0000 |
commit | 21dff93be5fd8fff1e4de96afaf8ff12cb7a850a (patch) | |
tree | 103c2069122da3c2922b11e192c5a94853ef228c /RELEASING | |
parent | 027157feb6a3761eca1edb4eb547ca07081c33e2 (diff) |
Check that the micro component of the version number is even.
Fixed the pattern to find all public header files.
Diffstat (limited to 'RELEASING')
-rw-r--r-- | RELEASING | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -36,10 +36,8 @@ fixes are committed. Here are the steps to follow: output of the following command should be examined using the previous release tag: - cvs diff -r RELEASE_X_Y_Z src/*.h - - [Hmm, it would be nice to have a pattern for that command that - would exclude private header files.] + find src/ -name '*.h' -not -name '*-private.h' -not -name 'cairoint.h' | \ + xargs cvs diff -r RELEASE_X_Y_Z 4) Increment cairo_version_{minor|micro} in configure.in: |