mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-05 06:30:28 +01:00
[RELEASING] Update for cairo-features-win32.h
This commit is contained in:
parent
177729ba93
commit
d073b6f145
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue