At 22:53 17-5-2007, you wrote:
>Hello,
>
>What are the FPC defines for it's versions? I would like to separate
>some code from FPC 2.0.4 and FPC 2.2 (actually development 2.1) due to
>some bugs in 2.0.4 that were corrected on 2.1
{$ifdef VER2_0}
2.0.x code
{$else}
2.1+ code
{$endif}
Peter