Fixups of docs and scripts

This commit is contained in:
Isaac Hollander McCreery 2015-10-29 15:10:00 -07:00
parent c19a1f90d8
commit 77d4711904
1 changed files with 1 additions and 1 deletions

View File

@ -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