This commit is contained in:
Miloslav Ciz 2024-09-02 20:43:40 +02:00
parent 3f374a4713
commit 89ddec4212
18 changed files with 1861 additions and 1823 deletions

View file

@ -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.