This commit is contained in:
Miloslav Ciz 2024-03-07 23:59:21 +01:00
parent e8579f4b86
commit f920115b91
13 changed files with 1776 additions and 1715 deletions

View file

@ -1,5 +1,11 @@
# Version Numbering
Version numbering is a [system](system.md) of assigning [numbers](number.md) (or even general text [strings](string.md)) to different versions of computer programs or similar projects. The basic purpose of this is to distinguish different versions from each other while also knowing which one is newer (more "[up to date](update_culture.md)"), however version identifiers often go further and provide more [information](information.md) such as the exact release date, whether the version is [stable](stability.md) or testing, with which other versions it is [compatible](compatibility.md) and so on.
TODO
## Traditional Version Numbering
TODO
## LRS Version Numbering