Update Versioning Scheme

anonoe 2025-12-15 18:44:33 +01:00
parent 320d103613
commit c168fc3e66

@ -2,13 +2,10 @@ Package names comply with the following versioning scheme:
- Each package is named like this: - Each package is named like this:
`MMS-`*`branch`*`-`*`X.Y`* `MMS-`*`branch`*`-`*`X.Y`*
- ***branch*** can be one of - ***branch*** can be one of the following. For their respective meaning see the [main page](../).
- full - full
- client - client
- client-min - client-min
- server - server
- - For their respective meaning see the [main page](../).
- The major version number ***X*** describes the global version. Updates affect all branches. - The major version number ***X*** describes the global version. Updates affect all branches.
- The minor version number ***Y*** describes the local branch version. Updates affect only this branch. - The minor version number ***Y*** describes the local branch version. Updates affect only this branch.