|
@@ -162,7 +162,7 @@ begin
|
|
|
'Platform: %s' + LineEnding +
|
|
|
'OS version: %s' + LineEnding,
|
|
|
[dcVersion, dcRevision, dcCommit, dcBuildDate,
|
|
|
- GetLazarusVersion, fpcVersion,
|
|
|
+ lazVersion, fpcVersion,
|
|
|
TargetCPU + '-' + TargetOS + '-' + TargetWS,
|
|
|
OSVersion]);
|
|
|
if WSVersion <> EmptyStr then
|
|
@@ -186,7 +186,7 @@ begin
|
|
|
lblRevision.Caption := lblRevision.Caption + #32 + dcRevision;
|
|
|
lblCommit.Caption := lblCommit.Caption + #32 + dcCommit;
|
|
|
lblBuild.Caption := lblBuild.Caption + #32 + dcBuildDate;
|
|
|
- lblLazarusVer.Caption := lblLazarusVer.Caption + #32 + GetLazarusVersion;
|
|
|
+ lblLazarusVer.Caption := lblLazarusVer.Caption + #32 + lazVersion;
|
|
|
lblFreePascalVer.Caption := lblFreePascalVer.Caption + #32 + fpcVersion;
|
|
|
lblPlatform.Caption := TargetCPU + '-' + TargetOS + '-' + TargetWS;
|
|
|
lblOperatingSystem.Caption := OSVersion;
|