Browse Source

* adapted to 0.99.5

florian 27 years ago
parent
commit
5340ca9baa
1 changed files with 8 additions and 0 deletions
  1. 8 0
      compiler/version.inc

+ 8 - 0
compiler/version.inc

@@ -3,6 +3,10 @@
 
 
 ------------------------------------------------------------------------------}
 ------------------------------------------------------------------------------}
 
 
+{$IFDEF VER0_99_5}
+  {$DEFINE VER_ABOVE0_99_5}
+{$ENDIF VER0_99_5}
+
 {$IFDEF VER0_99_0}
 {$IFDEF VER0_99_0}
   {$DEFINE VER_ABOVE0_99_0}
   {$DEFINE VER_ABOVE0_99_0}
 {$ENDIF VER0_99_0}
 {$ENDIF VER0_99_0}
@@ -80,6 +84,10 @@
 
 
 ------------------------------------------------------------------------------}
 ------------------------------------------------------------------------------}
 
 
+{$IFDEF VER_ABOVE0_99_5}
+  {$DEFINE VER_ABOVE0_99_0}
+{$ENDIF VER_ABOVE0_99_5}
+
 {$IFDEF VER_ABOVE0_99_0}
 {$IFDEF VER_ABOVE0_99_0}
   {$DEFINE VER_ABOVE0_99}
   {$DEFINE VER_ABOVE0_99}
 {$ENDIF VER_ABOVE0_99_0}
 {$ENDIF VER_ABOVE0_99_0}