You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assign version numbers separately for /master and /develop branches. Use similar version numbering scheme as the other clMathLibraries.
Deciphering Version numbers:
Major => Releases with same major numbers are guaranteed to be compatible; backward compatibility NOT guaranteed. 2.x might not be compatible with 1.x
Minor => Incremented release adding new features, significant performance improvements or significant internal refactoring, which does not affect backwards compatibility; /master == even, /develop == odd
Patch => Bug fix, doc update, minor performance improvement or minor internal refactoring
Tweak => Incrementing build number
The text was updated successfully, but these errors were encountered:
Assign version numbers separately for /master and /develop branches. Use similar version numbering scheme as the other clMathLibraries.
Deciphering Version numbers:
The text was updated successfully, but these errors were encountered: