set fixes version to 3.2

This commit is contained in:
mattias 2024-02-25 13:22:42 +01:00
parent d0fda80791
commit 3887be2510
12 changed files with 10 additions and 10 deletions

View File

@ -24,11 +24,11 @@ type
const const
laz_major = 3; laz_major = 3;
laz_minor = 1; laz_minor = 2;
laz_release = 0; laz_release = 0;
laz_patch = 0; laz_patch = 0;
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 = '3.1.0.0'; laz_version = '3.2.0.0';
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="3"/> <MajorVersionNr Value="3"/>
<MinorVersionNr Value="1"/> <MinorVersionNr 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 @@
'3.1' '3.2'

View File

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

View File

@ -130,7 +130,7 @@ end;"/>
"/> "/>
<License Value="modified LGPL-2 <License Value="modified LGPL-2
"/> "/>
<Version Major="3" Minor="1"/> <Version Major="3" Minor="2"/>
<Files Count="535"> <Files Count="535">
<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="3" Minor="1"/> <Version Major="3" Minor="2"/>
<Files Count="288"> <Files Count="288">
<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="3.1.0.0"/> <Version Value="110" Lazarus="3.2.0.0"/>
<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="3.1.0.0"/> <Version Value="110" Lazarus="3.2.0.0"/>
<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="3.1.0.0"/> <Version Value="110" Lazarus="3.2.0.0"/>
<LazarusDirectory Value="%LazDir%"> <LazarusDirectory Value="%LazDir%">
</LazarusDirectory> </LazarusDirectory>
<CompilerFilename Value="%FpcBinDir%\fpc.exe"> <CompilerFilename Value="%FpcBinDir%\fpc.exe">