Preprocessor macro defined as the CodeWarrior tool version number.
__VERSION_NUM__
This macro can be used to determine in which tool version we are using.
Both Compiler and Assembler tools support this macro (the value returned from this macro depends on the tool compiling the file in which the macro lies).
This macro is comparable, and returns a numeric comparable value (i.e. version 10.0.0.1 returns the value: 0x10000001).