Guidelines » History » Version 8
Greg Burri, 07/07/2009 03:12 PM
| 1 | 1 | Greg Burri | h1. Guidelines |
|---|---|---|---|
| 2 | |||
| 3 | h2. Documentation |
||
| 4 | |||
| 5 | * Use of ' when referencing a name like 'myVar' |
||
| 6 | * Use of " when referencing a value like "my string" |
||
| 7 | |||
| 8 | 2 | Greg Burri | |
| 9 | h2. Coding |
||
| 10 | |||
| 11 | |||
| 12 | 1 | Greg Burri | h3. Comment |
| 13 | 5 | Greg Burri | |
| 14 | h2. Version number |
||
| 15 | |||
| 16 | A version number has three numbers plus a tag : |
||
| 17 | _<a>.<b>.<c> <tag>_ |
||
| 18 | |||
| 19 | _<a>_ : Major version |
||
| 20 | _<b>_ : Evolution |
||
| 21 | _<c>_ : Revision |
||
| 22 | _<tag>_ : alpha | beta | <nothing> |
||
| 23 | |||
| 24 | For example : |
||
| 25 | 7 | Greg Burri | * _1.0 alpha_ (first version) |
| 26 | 5 | Greg Burri | * _1.0 beta_ |
| 27 | 7 | Greg Burri | * *_1.0_* (stable version) |
| 28 | * _1.0.1_ (first revision (bugfix) |
||
| 29 | * _1.0.2_ (second revision) |
||
| 30 | * _1.1 alpha_ (first evolution) |
||
| 31 | 5 | Greg Burri | * _1.1 beta_ |
| 32 | 6 | Greg Burri | * *_1.1_* |
| 33 | 5 | Greg Burri | * _1.1.1_ |
| 34 | * etc.. |
||
| 35 | 8 | Greg Burri | |
| 36 | h3. Beta and alpha versions |
||
| 37 | |||
| 38 | The alpha is a development version not yet finished only for developers. |
||
| 39 | The beta is a almost released version that can be public. |