mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-30 04:38:34 +02:00
set fixes version to 2.2.0RC3
This commit is contained in:
parent
ab85f43b84
commit
d09e34d46f
3
Makefile
3
Makefile
@ -1513,6 +1513,9 @@ endif
|
|||||||
ifeq ($(OS_TARGET),zxspectrum)
|
ifeq ($(OS_TARGET),zxspectrum)
|
||||||
OEXT=.rel
|
OEXT=.rel
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(OS_TARGET),wasi)
|
||||||
|
EXEEXT=.wasm
|
||||||
|
endif
|
||||||
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
||||||
FPCMADE=fpcmade.$(SHORTSUFFIX)
|
FPCMADE=fpcmade.$(SHORTSUFFIX)
|
||||||
ZIPSUFFIX=$(SHORTSUFFIX)
|
ZIPSUFFIX=$(SHORTSUFFIX)
|
||||||
|
@ -23,9 +23,9 @@ const
|
|||||||
laz_major = 2;
|
laz_major = 2;
|
||||||
laz_minor = 2;
|
laz_minor = 2;
|
||||||
laz_release = 0;
|
laz_release = 0;
|
||||||
laz_patch = 2;
|
laz_patch = 3;
|
||||||
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 = '2.2.0.2';
|
laz_version = '2.2.0.3';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<UseVersionInfo Value="True"/>
|
<UseVersionInfo Value="True"/>
|
||||||
<MajorVersionNr Value="2"/>
|
<MajorVersionNr Value="2"/>
|
||||||
<MinorVersionNr Value="2"/>
|
<MinorVersionNr Value="2"/>
|
||||||
<BuildNr Value="2"/>
|
<BuildNr Value="3"/>
|
||||||
<CharSet Value="04B0"/>
|
<CharSet Value="04B0"/>
|
||||||
<Attributes pvaPreRelease="True"/>
|
<Attributes pvaPreRelease="True"/>
|
||||||
<StringTable ProductName="Lazarus IDE"/>
|
<StringTable ProductName="Lazarus IDE"/>
|
||||||
|
BIN
ide/lazarus.res
BIN
ide/lazarus.res
Binary file not shown.
@ -1 +1 @@
|
|||||||
'2.2.0RC2'
|
'2.2.0RC3'
|
||||||
|
@ -152,7 +152,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>laza</string>
|
<string>laza</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2</string>
|
<string>3</string>
|
||||||
<key>CSResourcesFileMapped</key>
|
<key>CSResourcesFileMapped</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
|
@ -129,7 +129,7 @@ end;"/>
|
|||||||
"/>
|
"/>
|
||||||
<License Value="modified LGPL-2
|
<License Value="modified LGPL-2
|
||||||
"/>
|
"/>
|
||||||
<Version Major="2" Minor="2" Build="2"/>
|
<Version Major="2" Minor="2" Build="3"/>
|
||||||
<Files Count="488">
|
<Files Count="488">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="carbon/agl.pp"/>
|
<Filename Value="carbon/agl.pp"/>
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
"/>
|
"/>
|
||||||
<License Value="modified LGPL-2
|
<License Value="modified LGPL-2
|
||||||
"/>
|
"/>
|
||||||
<Version Major="2" Minor="2" Build="2"/>
|
<Version Major="2" Minor="2" Build="3"/>
|
||||||
<Files Count="287">
|
<Files Count="287">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="checklst.pas"/>
|
<Filename Value="checklst.pas"/>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<EnvironmentOptions>
|
<EnvironmentOptions>
|
||||||
<Version Value="110" Lazarus="2.2.0RC2"/>
|
<Version Value="110" Lazarus="2.2.0RC3"/>
|
||||||
<LazarusDirectory Value="__LAZARUSDIR__">
|
<LazarusDirectory Value="__LAZARUSDIR__">
|
||||||
<History Count="1">
|
<History Count="1">
|
||||||
<Item1 Value="/usr/lib/lazarus/"/>
|
<Item1 Value="/usr/lib/lazarus/"/>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<EnvironmentOptions>
|
<EnvironmentOptions>
|
||||||
<Version Value="110" Lazarus="2.2.0RC2"/>
|
<Version Value="110" Lazarus="2.2.0RC3"/>
|
||||||
<LazarusDirectory Value="/Developer/lazarus/">
|
<LazarusDirectory Value="/Developer/lazarus/">
|
||||||
<History Count="1">
|
<History Count="1">
|
||||||
<Item1 Value="/Developer/lazarus/"/>
|
<Item1 Value="/Developer/lazarus/"/>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<EnvironmentOptions>
|
<EnvironmentOptions>
|
||||||
<Version Value="110" Lazarus="2.2.0RC2"/>
|
<Version Value="110" Lazarus="2.2.0RC3"/>
|
||||||
<LazarusDirectory Value="%LazDir%">
|
<LazarusDirectory Value="%LazDir%">
|
||||||
</LazarusDirectory>
|
</LazarusDirectory>
|
||||||
<CompilerFilename Value="%FpcBinDir%\fpc.exe">
|
<CompilerFilename Value="%FpcBinDir%\fpc.exe">
|
||||||
|
Loading…
Reference in New Issue
Block a user