summaryrefslogtreecommitdiff
path: root/RELEASING
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2007-04-21 03:45:51 -0400
committerBehdad Esfahbod <behdad@behdad.org>2007-04-21 03:45:51 -0400
commit519b722747d606170741ccc520d6ec7332b2481f (patch)
tree593958aa71caa3b214e05285c7362e3380023ad6 /RELEASING
parent0108f9c69f2f5391ff6b1066ae6b58fe3f71255a (diff)
[RELEASING] Remove *-test.h from instructions
as they are all removed now.
Diffstat (limited to 'RELEASING')
-rw-r--r--RELEASING2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASING b/RELEASING
index adc42922..0573b1ea 100644
--- a/RELEASING
+++ b/RELEASING
@@ -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}