-
Notifications
You must be signed in to change notification settings - Fork 100
Versioning
Arjo Chakravarty edited this page Feb 9, 2014
·
2 revisions
µSpeech follows the following versioning scheme:
vMAJOR.MINOR.PATCH
- Major version is incremented when there is a major change (Rewrite) in the algorithm or the introduction of a new class.
- Minor version is incremented when a minor change in API occurs. Minor version increments are not always backward compatible, however the core API to acquire characters remains the same.
- Patch is 100% backward compatible, occasionally new API calls are added to existing classes.