summaryrefslogtreecommitdiff
path: root/RELEASING
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-04-25 08:54:59 -0700
committerCarl Worth <cworth@cworth.org>2006-04-25 08:54:59 -0700
commit3d6cdc996f3a3f4d54d0d8926daa3973d69e4dc2 (patch)
treec910e8172b2e92cd3c137d57aa00a1099ea5ccd7 /RELEASING
parent68c5382b6cdc442f3057b8e4eed2dfe7084ef7f1 (diff)
Add release vs. snapshot distinction to version increment instructions
Diffstat (limited to 'RELEASING')
-rw-r--r--RELEASING5
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASING b/RELEASING
index e0693df97..896694b9a 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.