s#real#major/minor#

pull/7871/head
Thomas Strömberg 2020-04-23 13:16:32 -07:00 committed by GitHub
parent 37273f043d
commit 307d0860b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Update the version numbers in `Makefile`:
* `VERSION_MAJOR`, `VERSION_MINOR`, `VERSION_BUILD`
* `ISO_VERSION`:
- beta releases use: `v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)`
- real releases use: `v$(VERSION_MAJOR).$(VERSION_MINOR).0`
- major/minor releases use: `v$(VERSION_MAJOR).$(VERSION_MINOR).0`
- if the ISO was updated, a patch release may use `v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)`
{{% alert title="Warning" color="warning" %}}