diff options
| author | Isaac Hollander McCreery <ihmccreery@google.com> | 2015-10-29 15:10:00 -0700 |
|---|---|---|
| committer | Isaac Hollander McCreery <ihmccreery@google.com> | 2015-11-02 09:27:52 -0800 |
| commit | 77d47119045fbaa5128ecddab9150341599c0049 (patch) | |
| tree | c49b5e1611e96f0539bfc42f12042c25b2c4e0d4 | |
| parent | c19a1f90d8c5c47210af5c8e8577c4950999a078 (diff) | |
Fixups of docs and scripts
| -rw-r--r-- | versioning.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/versioning.md b/versioning.md index 75cdffce..a189d0cf 100644 --- a/versioning.md +++ b/versioning.md @@ -53,7 +53,7 @@ There is no mandated timeline for major versions. They only occur when we need t ### CI version scheme -* Continuous integration versions also exist, and are versioned off of alpha and beta releases. X.Y.Z-alpha.W.C+aaaa is C commits after X.Y.Z-alpha.W, with an additional +aaaa build suffix added; X.Y.Z-beta.C+bbbb is C commits after X.Y.Z-beta, with an additional +bbbb build suffix added. +* Continuous integration versions also exist, and are versioned off of alpha and beta releases. X.Y.Z-alpha.W.C+aaaa is C commits after X.Y.Z-alpha.W, with an additional +aaaa build suffix added; X.Y.Z-beta.C+bbbb is C commits after X.Y.Z-beta, with an additional +bbbb build suffix added. Furthermore, builds that are built off of a dirty build tree, (with things in the tree that are not checked it,) it will be appended with -dirty. ## Release versions as related to API versions |
