summaryrefslogtreecommitdiff
path: root/RELEASING
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-08-11 01:58:32 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-08-11 01:58:32 -0400
commitd073b6f1459cdc1584da1061b1f5d36c7981fbca (patch)
treedaeac5074298a1e0249323382d10294ba7eddee2 /RELEASING
parent177729ba938d544e470625d519e9126023aac8d7 (diff)
[RELEASING] Update for cairo-features-win32.h
Diffstat (limited to 'RELEASING')
-rw-r--r--RELEASING2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASING b/RELEASING
index e0b6bd34c..ed0dd576e 100644
--- a/RELEASING
+++ b/RELEASING
@@ -41,7 +41,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 'cairoint.h' | \
+ find src/ -name '*.h' ! -name '*-private.h' ! -name 'cairoint.h' ! -name 'cairo-features-win32.h' | \
xargs git diff X.Y.Z.. --
4) Increment cairo_version_{minor|micro} and LT_{CURRENT|VERSION|AGE}