mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 12:50:31 +02:00
* don't include date/rev info of fpcmake. complicates merging.
git-svn-id: trunk@39631 -
This commit is contained in:
parent
d143ab60e1
commit
57b73f7022
@ -59,11 +59,7 @@ interface
|
||||
const
|
||||
Version='2.0.0';
|
||||
Title='FPCMake Version '+Version;
|
||||
{$ifdef REVINC}
|
||||
TitleDate=Title+' ['+{$i revision.inc}+']';
|
||||
{$else}
|
||||
TitleDate=Title+' ['+{$ifdef fpc}{$i %DATE}{$else}'n/a'{$endif}+']';
|
||||
{$endif}
|
||||
TitleDate=Title;
|
||||
|
||||
type
|
||||
TCpu=(
|
||||
|
Loading…
Reference in New Issue
Block a user