__VERSION__

Preprocessor macro defined as the CodeWarrior compiler version string.

Syntax
__VERSION__
  
Remarks

This macro can be used to determine in which compiler version we are using.

This macro returns a non-comparable string value (i.e. version 10.0.0.1 returns the value: 10.0.0.1).

Related information
__ASSEMBLER__
__COMPILER__
__COUNTER__
__TARGETARCH__
__VERSION_NUM__
__cplusplus
__CWBUILD__
__CWCC__
__DATE__
__embedded_cplusplus
__FILE__
__func__
__FUNCTION__
__ide_target()
__LINE__
__MWERKS__
__optlevel
__PRETTY_FUNCTION__
__profile__
__STDC__
__TIME__