-
Notifications
You must be signed in to change notification settings - Fork 85
Versioning
lahmizzar edited this page Apr 25, 2013
·
2 revisions
For transparency and for striving to maintain backward compatibility, Projectfork releases maintained under Semantic Versioning guidelines as much as possible.
Projectfork releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch - i.e. PF3 => PF4)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch
For more informations on SemVer, please visit http://semver.org/