| 1 | = !SahanaPy Version Numbering = |
| 2 | |
| 3 | Version numbering follows the following schema: |
| 4 | {{{ |
| 5 | [major].[minor].[version]-[branch]-[commit] |
| 6 | }}} |
| 7 | ||major|| Major Release Number, starting with 0 || |
| 8 | ||minor|| Minor Release Number, starting with 1 || |
| 9 | ||version|| Release Version, even numbers = stable version, odd numbers = development version || |
| 10 | ||branch|| Name of the branch, omit for main trunk || |
| 11 | ||commit|| Branch commit number, omit for stable versions || |
| 12 | |
| 13 | E.g. |
| 14 | {{{ |
| 15 | 0.3.3-haiti-567 |
| 16 | }}} |
| 17 | - Major Release: 0 |
| 18 | - Minor Release: 3 ("Banwell") |
| 19 | - Version: 3 (development version) |
| 20 | - Branch: haiti (Haiti Earthquake 2010 Deployment Branch) |
| 21 | - Commit No.: 567 |
| 22 | {{{ |
| 23 | 0.3.4-haiti |
| 24 | }}} |
| 25 | - Major Release: 0 |
| 26 | - Minor Release: 3 |
| 27 | - Version: 4 (stable version, no commit number!) |
| 28 | - Branch: haiti (Haiti Earthquake 2010 Deployment Branch) |
| 29 | {{{ |
| 30 | 0.3.6 |
| 31 | }}} |
| 32 | - Major Release: 0 |
| 33 | - Minor Release: 3 (Codename "Banwell") |
| 34 | - Version: 6 (stable version, main trunk) |