You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
371 B
12 lines
371 B
13 years ago
|
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.
|