iLLD_TC27xC  1.0
IfxLldVersion.h
Go to the documentation of this file.
1 /*
2 */
3 #ifndef IFX_LLD_VERSION_H
4 #define IFX_LLD_VERSION_H
5 
6 #define IFX_LLD_VERSION_GENERATION 0 /**< \brief Will turn to 1 once we get productive, will be incremented on new driver generations */
7 #define IFX_LLD_VERSION_MAJOR 1 /**< \brief Major release number to inform about changes which could lead to incompatibilities */
8 #define IFX_LLD_VERSION_MINOR 0 /**< \brief Minor release number to inform about new additions to the library */
9 #define IFX_LLD_VERSION_REVISION 10 /**< \brief Will be incremented on each subsequent release, and set back to 0 on each new minor/major release */
10 
11 #endif /* IFX_LLD_VERSION_H */