summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASING5
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASING b/RELEASING
index e0693df9..896694b9 100644
--- a/RELEASING
+++ b/RELEASING
@@ -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.