Guidelines » History » Version 12
Greg Burri, 07/20/2009 01:23 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 | h2. Coding |
9 | 1 | Greg Burri | |
10 | 12 | Greg Burri | See the prototypes for code reference : source:/prototypes. |
11 | 5 | Greg Burri | |
12 | h2. Version number |
||
13 | |||
14 | A version number has three numbers plus a tag : |
||
15 | _<a>.<b>.<c> <tag>_ |
||
16 | |||
17 | _<a>_ : Major version |
||
18 | _<b>_ : Evolution |
||
19 | 11 | Greg Burri | _<c>_ : Revision (bugfixes) |
20 | 5 | Greg Burri | _<tag>_ : alpha | beta | <nothing> |
21 | |||
22 | For example : |
||
23 | 7 | Greg Burri | * _1.0 alpha_ (first version) |
24 | 5 | Greg Burri | * _1.0 beta_ |
25 | 7 | Greg Burri | * *_1.0_* (stable version) |
26 | 11 | Greg Burri | * _1.0.1_ (first revision) |
27 | 7 | Greg Burri | * _1.0.2_ (second revision) |
28 | * _1.1 alpha_ (first evolution) |
||
29 | 5 | Greg Burri | * _1.1 beta_ |
30 | 6 | Greg Burri | * *_1.1_* |
31 | 5 | Greg Burri | * _1.1.1_ |
32 | * etc.. |
||
33 | 8 | Greg Burri | |
34 | h3. Beta and alpha versions |
||
35 | |||
36 | The alpha is a development version not yet finished only for developers. |
||
37 | 9 | Greg Burri | The beta is an almost released version that can be public. |