test: save lcl version as Lazarus version

git-svn-id: trunk@16069 -
This commit is contained in:
vincents 2008-08-15 14:25:04 +00:00
parent 5a345bd3b3
commit 8a40f901c3

View File

@ -77,7 +77,7 @@ begin
AddElement('CPU', {$I %FPCTARGETCPU%});
AddElement('OS', {$I %FPCTARGETOS%});
AddElement('FPCVersion', {$I %FPCVERSION%});
AddElement('LCLVersion', lcl_version);
AddElement('LazVersion', lcl_version);
AddElement('WidgetSet', LCLPlatformDirNames[WidgetSet.LCLPlatform]);
Doc.FirstChild.AppendChild(env);
end;