summaryrefslogtreecommitdiff
path: root/RELEASING
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-06-13 22:40:50 -0400
committerCarl Worth <cworth@cworth.org>2006-06-14 05:06:10 -0700
commit7e0be461b595c3561fa75472fdfd5954e4666cfc (patch)
treede49b334bd748a28d0fe23a7179c8767103125af /RELEASING
parentb9cfe941c8e1ae427780117fedfd47d458e29f02 (diff)
Rename cairo-wideint.h to cairo-wideint-private.h.
Diffstat (limited to 'RELEASING')
-rw-r--r--RELEASING2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASING b/RELEASING
index 42260e4c8..d1e1998e0 100644
--- a/RELEASING
+++ b/RELEASING
@@ -34,7 +34,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' -not -name '*-private.h' -not -name 'cairoint.h' | \
+ find src/ -name '*.h' -not -name '*-private.h' -not -name '*-test.h' -not -name 'cairoint.h' | \
xargs git log -p X.Y.Z.. --
4) Increment cairo_version_{minor|micro} and LT_{CURRENT|VERSION|AGE}