mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-06 19:00:22 +01:00
Add release vs. snapshot distinction to version increment instructions
This commit is contained in:
parent
68c5382b6c
commit
3d6cdc996f
1 changed files with 3 additions and 2 deletions
|
|
@ -44,8 +44,9 @@ Here are the steps to follow to create a new cairo release:
|
|||
So cairo_version_major will not be incremented unless we come
|
||||
up with a new versioning scheme to take advantage of it.
|
||||
|
||||
If there are API additions, then increment
|
||||
cairo_version_minor and reset cairo_version_micro to 0.
|
||||
If there are API additions, then increment cairo_version_minor
|
||||
and reset cairo_version_micro to 0. NOTE: The minor version is
|
||||
only incremented for releases, not for snapshots.
|
||||
|
||||
Otherwise, (ie. there are only bug fixes), increment
|
||||
cairo_version_micro to the next larger (even) number.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue