Changes between Version 14 and Version 15 of BluePrintVersions
- Timestamp:
- 01/25/10 12:56:15 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintVersions
v14 v15 6 6 Version numbering follows the following schema: 7 7 {{{ 8 [major].[minor].[version] .[sub]-[branch]8 [major].[minor].[version]-[branch]-[branch-version] 9 9 }}} 10 10 ||major|| Major Release Number, starting with 0 || 11 11 ||minor|| Minor Release Number, starting with 1 || 12 12 ||version|| Version number of ''main trunk'', even numbers = stable version, odd numbers = development version, starting with 0|| 13 ||sub|| Version number in ''branches'', even numbers = stable version, odd numbers = development version, starting with 1||14 13 ||branch|| Name of the branch, omitted for main trunk || 14 ||branch-version|| Version number in ''branches'', even numbers = stable version, odd numbers = development version, starting with 1|| 15 15 16 16 '''Stable versions of the trunk must have their release and version numbers in the bzr commit log.''' … … 39 39 uses the code from the 0.3.6 trunk version. 40 40 41 * 0.3.6 .1-vita (VITA branch, version 1, code from trunk version 0.3.6) => next version: 0.3.6.2-vita41 * 0.3.6-vita-1 (VITA branch, version 1, code from trunk version 0.3.6) => next version: 0.3.6-vita-2 42 42 43 43 Whenever a branch gets synchronised with the main trunk, the release and trunk version number gets updated: 44 44 45 * 0.3.6 .1-vita => Merge with trunk version 0.3.7 => 0.3.7.1-vita45 * 0.3.6-vita-1 => Merge with trunk version 0.3.7 => 0.3.7-vita-1 46 46 47 47 == Examples == … … 50 50 51 51 {{{ 52 0.3.3 .56-haiti52 0.3.3-haiti-56 53 53 }}} 54 54 - Major Release: 0 55 55 - Minor Release: 3 ("Banwell") 56 56 - Version: 3 (development version of the trunk) 57 - Branch: haiti (Haiti Earthquake 2010 Deployment Branch) 57 58 - Branch version 56 (stable) 58 - Branch: haiti (Haiti Earthquake 2010 Deployment Branch)59 59 60 60 {{{ 61 0.3.4 .1-haiti61 0.3.4-haiti-1 62 62 }}} 63 63 - Major Release: 0 64 64 - Minor Release: 3 65 65 - Version: 4 (stable version of trunk) 66 - Branch: haiti (Haiti Earthquake 2010 Deployment Branch) 66 67 - Branch version 1 (unstable) 67 - Branch: haiti (Haiti Earthquake 2010 Deployment Branch)68 68 69 69 {{{