Version Control - mata-elang-stable/DevelopersGuide GitHub Wiki
The version number is decided by the following rules.
| Element | Increment rule | Who plans? |
|---|---|---|
| MAJOR | When some significant changes are introduced. | Committee |
| MINOR | When a new, minor feature is introduced. | Committee |
| PATCH | When small bug fixes for the official release are made. | Project |
| LABEL | Additional LABEL are available as extensions such as alpha, beta, pre-release, and so on. | Project |