-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable 5 element version string components instead of 4
Previously, version strings were major.minor.maintenance.patch, where patch was typically the build number. Now, however, we have a fourth element (also named "patch") slotted in right before the existing patch element. So, in addition to handling the new patch variable, I'm also taking this opportunity to adjust the existing patch variable, in order to (a) prevent the existence of two patch variables, and (b) rename the existing patch variable to "build number", which (since it *is* the build number) seems more appropriate. Signed-off-by: Adam Farley <adfarley@redhat.com>
- Loading branch information
1 parent
fe8c79d
commit eda170d
Showing
1 changed file
with
31 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters