Update
This commit is contained in:
parent
3f374a4713
commit
89ddec4212
18 changed files with 1861 additions and 1823 deletions
|
@ -48,4 +48,8 @@ Here is an example of version numbering a project with the LRS system:
|
|||
| 2.0d | added a few features | no |
|
||||
| 2.0d | fixed a bug | no |
|
||||
| 2.01 | a few nice improvements | YES |
|
||||
| ... | ... | ... |
|
||||
| ... | ... | ... |
|
||||
|
||||
## Even More KISS System
|
||||
|
||||
Make the version number be automatically derived, for example use the [hash](hash.md) of the source code as version number, or maybe even better use the Unix timestamp of latest commit (that will allow to determine which version is newer), or something similar.
|
Loading…
Add table
Add a link
Reference in a new issue