As I remember the structure of the version number gives me the information, which is a incompatible and which is an compatible version. If the Major or Minor version number is change, it is an incompatible version. Versioning Structure of the version number: Major.Minor.Revision.Build (e.g.: 1.1.4.15) ▪ Change major version number "Major" are large incompatible changes ▪ Change minor version number "Minor" are small incompatible change (renaming of parameters, functions, interfaces, etc.) ▪ Change Revision number "Revision" are compatible changes ▪ Change Build number "Build" are changes for internal tests I'm right?
... View more