21 #define IFX_LLD_VERSION_MAJOR 0
22 #define IFX_LLD_VERSION_MAJOR_UPDATE 0
23 #define IFX_LLD_VERSION_MINOR 0
24 #define IFX_LLD_VERSION_REVISION 0
27 \section changeSignificance Change significance
28 \subsection changeSignificanceMajor Change in the major version number
29 Change in the major version number indicates that the version may not be fully compatible with other major version numbers.
30 The reason for the incompatibility could be:
31 - changes in the API names, parameters...
33 \subsection changeSignificanceMajorUpdate Change in the "major update" version number
34 This part of the version number indicates that the library has been released for a new derivative without further API changes.
36 \subsection changeSignificanceMinor Change in the minor version number
37 Change in the minor version number indicates that the version is backward compatible with smaller minor version number with identical major version number.
38 The difference between minor version number are:
39 - new feature introduced
41 - update of documentation
44 [\ref lld_filesAndConfig "Previous page"] [\ref lld_dosanddont "Next page"]