mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 23:19:29 +02:00
lazdbexport: added check for FPC 2.3.1
git-svn-id: trunk@12805 -
This commit is contained in:
parent
4ab12c4d29
commit
8748812f81
@ -17,6 +17,10 @@ unit regdbexport;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
{$IFNDEF VER2_3}
|
||||
{$ERROR this package requires FPC version 2.3.1}
|
||||
{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user