set fixes to 4.3

This commit is contained in:
mattias 2025-07-20 14:28:27 +02:00
parent e98683ddc0
commit fd1922725a
14 changed files with 12 additions and 12 deletions

View File

@ -24,11 +24,11 @@ type
const
laz_major = 4;
laz_minor = 2;
laz_minor = 3;
laz_release = 0;
laz_patch = 0;
laz_fullversion = ((laz_major * 100 + laz_minor) * 100 + laz_release) * 100 + laz_patch;
laz_version = '4.2.0.0';
laz_version = '4.3.0.0';
var
OnLCLWidgetTypeName: TLCLWidgetTypeNameEvent; // Set by LCL

View File

@ -1,7 +1,7 @@
<table cellspacing="0" cellpadding="0" class="bar" width="100%">
<tr>
<td align="center">
Version 4.2
Version 4.3
</td>
<td align="center">
<a href="https://lazarus-ccr.sourceforge.io/docs/"

View File

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

Binary file not shown.

View File

@ -1 +1 @@
'4.2'
'4.3'

View File

@ -148,7 +148,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.2</string>
<string>4.3</string>
<key>CFBundleSignature</key>
<string>laza</string>
<key>CFBundleVersion</key>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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