[Lazarus] How to see which Lazarus/Fpc version was used?
Mattias Gaertner
nc-gaertnma at netcologne.de
Sat Nov 9 19:53:17 CET 2024
On 11/9/24 17:59, Bo Berglund via lazarus wrote:
> I have a lot of FPC/Lazarus projects and it is getting confusing when I need to
> look at an older project for a bugfix or update because I am not sure which
> Lazarus/Fpc version was used the last time I worked on it...
> I don't want to try to port it onto a newer vertsion just for a bit of
> maintenance....
>
> Is there some file in the project file hierarchy (or elsewhere) that can supply
> that information?
>
> The source dir is available and it is also in Subversion.
This could help find out the fpc version:
The <projname>.compiled file contains the path of the compiler
executable and its modification date.
For example:
<Compiler Value="/usr/lib/fpc/3.3.1/ppcx64" Date="1728916715"/>
Mattias
More information about the lazarus
mailing list