Browse Source

doc about version numbering

tags/2.0.0-alpha
Alexander Makarov 13 years ago
parent
commit
43c5fb4ecf
  1. 12
      docs/internals/versions.md

12
docs/internals/versions.md

@ -0,0 +1,12 @@
Yii version numbering
=====================
A.B.C
A = For Yii2 it's always 2.
B = Major version. Non-BC changes with upgrade instructions.
C = BC changes and additions.
A.B.CrcD
This is when we want to release release candidate. D is the RC number. Starts with 1 and increments till we're getting a stable release with no critical bugs and BC incompatibility reports.
Loading…
Cancel
Save