diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-04-21 03:45:51 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-04-21 03:45:51 -0400 |
commit | 519b722747d606170741ccc520d6ec7332b2481f (patch) | |
tree | 593958aa71caa3b214e05285c7362e3380023ad6 /RELEASING | |
parent | 0108f9c69f2f5391ff6b1066ae6b58fe3f71255a (diff) |
[RELEASING] Remove *-test.h from instructions
as they are all removed now.
Diffstat (limited to 'RELEASING')
-rw-r--r-- | RELEASING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ Here are the steps to follow to create a new cairo release: the following command will show each patch that has changed a public header file since the given version: - find src/ -name '*.h' ! -name '*-private.h' ! -name '*-test.h' ! -name 'cairoint.h' | \ + find src/ -name '*.h' ! -name '*-private.h' ! -name 'cairoint.h' | \ xargs git log -p X.Y.Z.. -- 4) Increment cairo_version_{minor|micro} and LT_{CURRENT|VERSION|AGE} |