set fixes to 4.0RC2

This commit is contained in:
mattias 2025-01-04 10:03:24 +01:00
parent 5d8ac1ccb4
commit 173dc5a733
13 changed files with 11 additions and 11 deletions

View File

@ -26,9 +26,9 @@ const
laz_major = 4; laz_major = 4;
laz_minor = 0; laz_minor = 0;
laz_release = 0; laz_release = 0;
laz_patch = 1; laz_patch = 2;
laz_fullversion = ((laz_major * 100 + laz_minor) * 100 + laz_release) * 100 + laz_patch; laz_fullversion = ((laz_major * 100 + laz_minor) * 100 + laz_release) * 100 + laz_patch;
laz_version = '4.0.0.1'; laz_version = '4.0.0.2';
var var
OnLCLWidgetTypeName: TLCLWidgetTypeNameEvent; // Set by LCL OnLCLWidgetTypeName: TLCLWidgetTypeNameEvent; // Set by LCL

View File

@ -23,7 +23,7 @@
<VersionInfo> <VersionInfo>
<UseVersionInfo Value="True"/> <UseVersionInfo Value="True"/>
<MajorVersionNr Value="4"/> <MajorVersionNr Value="4"/>
<BuildNr Value="1"/> <BuildNr Value="2"/>
<CharSet Value="04B0"/> <CharSet Value="04B0"/>
<StringTable ProductName="Lazarus IDE"/> <StringTable ProductName="Lazarus IDE"/>
</VersionInfo> </VersionInfo>

Binary file not shown.

View File

@ -1 +1 @@
'4.0RC1' '4.0RC2'

View File

@ -152,7 +152,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>laza</string> <string>laza</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1</string> <string>2</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>

View File

@ -130,7 +130,7 @@ end;"/>
"/> "/>
<License Value="modified LGPL-2 <License Value="modified LGPL-2
"/> "/>
<Version Major="4" Build="1"/> <Version Major="4" Build="2"/>
<Files Count="548"> <Files Count="548">
<Item1> <Item1>
<Filename Value="carbon/agl.pp"/> <Filename Value="carbon/agl.pp"/>

View File

@ -26,7 +26,7 @@
"/> "/>
<License Value="modified LGPL-2 <License Value="modified LGPL-2
"/> "/>
<Version Major="4" Build="1"/> <Version Major="4" Build="2"/>
<Files Count="289"> <Files Count="289">
<Item1> <Item1>
<Filename Value="checklst.pas"/> <Filename Value="checklst.pas"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<CONFIG> <CONFIG>
<EnvironmentOptions> <EnvironmentOptions>
<Version Value="110" Lazarus="4.0.0.1"/> <Version Value="110" Lazarus="4.0RC2"/>
<LazarusDirectory Value="__LAZARUSDIR__"> <LazarusDirectory Value="__LAZARUSDIR__">
<History Count="1"> <History Count="1">
<Item1 Value="/usr/lib/lazarus/"/> <Item1 Value="/usr/lib/lazarus/"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<CONFIG> <CONFIG>
<EnvironmentOptions> <EnvironmentOptions>
<Version Value="110" Lazarus="4.0.0.1"/> <Version Value="110" Lazarus="4.0RC2"/>
<LazarusDirectory Value="__LAZARUSDIR__"> <LazarusDirectory Value="__LAZARUSDIR__">
<History Count="1"> <History Count="1">
<Item1 Value="/usr/lib/lazarus/"/> <Item1 Value="/usr/lib/lazarus/"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<CONFIG> <CONFIG>
<EnvironmentOptions> <EnvironmentOptions>
<Version Value="110" Lazarus="4.0RC1"/> <Version Value="110" Lazarus="4.0RC2"/>
<LazarusDirectory Value="/Developer/lazarus/"> <LazarusDirectory Value="/Developer/lazarus/">
<History Count="1"> <History Count="1">
<Item1 Value="/Developer/lazarus/"/> <Item1 Value="/Developer/lazarus/"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<CONFIG> <CONFIG>
<EnvironmentOptions> <EnvironmentOptions>
<Version Value="110" Lazarus="4.0.0.1"/> <Version Value="110" Lazarus="4.0RC2"/>
<LazarusDirectory Value="%LazDir%"> <LazarusDirectory Value="%LazDir%">
</LazarusDirectory> </LazarusDirectory>
<CompilerFilename Value="%FpcBinDir%\fpc.exe"> <CompilerFilename Value="%FpcBinDir%\fpc.exe">