-
Notifications
You must be signed in to change notification settings - Fork 0
Version System Explained
OfficialPoniesFiM edited this page Jun 7, 2014
·
4 revisions
The version system is a bit different from others.
First, features and stuff go through branches, see Branches Explained.
Now, what?
- LongTermRelease: This is a long term release, which means you can use it and be safe before the next LongTermRelease.
- SemiRelease: This is a LongTermRelease with added features and things. This is actually a short-term release. Features are added to past SemiReleases of the same LongTermRelease if there is one.
- BugFix: The branch system isn't perfect, as bugs and glitches may go unseen. Patches get added at the master level branch at the last SemiVersion of the last LongTermRelease.
Here's how the version is like(just remove the spaces.): v LongTermRelease . SemiRelease . BugFix
Examples:
- v1
- v1.1
- v1.1.1
- v2.5.34
- v41.8.5
- v10.6590.3333