Actions
Guidelines » History » Revision 5
« Previous |
Revision 5/24
(diff)
| Next »
Greg Burri, 07/07/2009 03:07 PM
Guidelines¶
Documentation¶
- Use of ' when referencing a name like 'myVar'
- Use of " when referencing a value like "my string"
Coding¶
Comment¶
Version number¶
A version number has three numbers plus a tag :
<a>.<b>.<c> <tag>
<a> : Major version
<b> : Evolution
<c> : Revision
<tag> : alpha | beta | <nothing>
- 1.0 alpha first version
- 1.0 beta
- 1.0 stable version
- 1.0.1 first revision (bugfix)
- 1.0.2 second revision
- 1.1 alpha first evolution
- 1.1 beta
- 1.1
- 1.1.1
- etc..
Updated by Greg Burri over 15 years ago · 5 revisions