| 15 | |
| 16 | == Version Numbers in Branches == |
| 17 | |
| 18 | The release number of a branch follows the main trunk, i.e. it indicates the trunk version it is contributing to: |
| 19 | |
| 20 | - 0.3.6-vita |
| 21 | |
| 22 | is contributing (and synchronises regularly with) trunk version of the 0.3 release. Once the main trunk turned into 0.4, no code from branches with 0.3.x release numbers will be merged into trunk anymore. |
| 23 | |
| 24 | Version numbers in branches in turn do not have to correlate with the main trunk version, i.e. |
| 25 | |
| 26 | - 0.3.24-vita |
| 27 | |
| 28 | can contribute to 0.3.3 in the main trunk. |
| 29 | |
| 30 | However, odd version numbers of branches indicate a "not ready for merge", while even numbers indicate "can be merged", i.e. |
| 31 | |
| 32 | - 0.3.24-vita can be merged into 0.3.3 trunk, whilst |
| 33 | - 0.3.25-vita is not ready to be merged |