mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 23:08:05 +02:00
set fixes version to 2.2.0RC2
git-svn-id: branches/fixes_2_2@65398 -
This commit is contained in:
parent
7bdd832152
commit
3d7e0f2f4f
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -11410,8 +11410,8 @@ packager/globallinks/lazthread-0.lpl svneol=native#text/plain
|
||||
packager/globallinks/lazutils-1.lpl svneol=native#text/plain
|
||||
packager/globallinks/lazvlc-1.lpl svneol=native#text/plain
|
||||
packager/globallinks/lazwiki-1.0.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/lcl-2.2.0.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/lclbase-2.2.0.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/lcl-2.2.0.2.lpl svneol=native#text/plain
|
||||
packager/globallinks/lclbase-2.2.0.2.lpl svneol=native#text/plain
|
||||
packager/globallinks/lclextensions_package-0.6.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/lclfpreport-0.lpl svneol=native#text/plain
|
||||
packager/globallinks/leakview-1.lpl svneol=native#text/plain
|
||||
|
@ -23,9 +23,9 @@ const
|
||||
laz_major = 2;
|
||||
laz_minor = 2;
|
||||
laz_release = 0;
|
||||
laz_patch = 1;
|
||||
laz_patch = 2;
|
||||
laz_fullversion = ((laz_major * 100 + laz_minor) * 100 + laz_release) * 100 + laz_patch;
|
||||
laz_version = '2.2.0.1';
|
||||
laz_version = '2.2.0.2';
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
<UseVersionInfo Value="True"/>
|
||||
<MajorVersionNr Value="2"/>
|
||||
<MinorVersionNr Value="2"/>
|
||||
<BuildNr Value="1"/>
|
||||
<BuildNr Value="2"/>
|
||||
<CharSet Value="04B0"/>
|
||||
<Attributes pvaPreRelease="True"/>
|
||||
<StringTable ProductName="Lazarus IDE"/>
|
||||
|
BIN
ide/lazarus.res
BIN
ide/lazarus.res
Binary file not shown.
@ -1 +1 @@
|
||||
'2.2.0RC1'
|
||||
'2.2.0RC2'
|
||||
|
@ -152,7 +152,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>laza</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<string>2</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
@ -129,7 +129,7 @@ end;"/>
|
||||
"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Major="2" Minor="2" Build="1"/>
|
||||
<Version Major="2" Minor="2" Build="2"/>
|
||||
<Files Count="488">
|
||||
<Item1>
|
||||
<Filename Value="carbon/agl.pp"/>
|
||||
|
@ -26,7 +26,7 @@
|
||||
"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Major="2" Minor="2" Build="1"/>
|
||||
<Version Major="2" Minor="2" Build="2"/>
|
||||
<Files Count="287">
|
||||
<Item1>
|
||||
<Filename Value="checklst.pas"/>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<EnvironmentOptions>
|
||||
<Version Value="110" Lazarus="2.2.0RC1"/>
|
||||
<Version Value="110" Lazarus="2.2.0RC2"/>
|
||||
<LazarusDirectory Value="__LAZARUSDIR__">
|
||||
<History Count="1">
|
||||
<Item1 Value="/usr/lib/lazarus/"/>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<EnvironmentOptions>
|
||||
<Version Value="110" Lazarus="2.2.0RC1"/>
|
||||
<Version Value="110" Lazarus="2.2.0RC2"/>
|
||||
<LazarusDirectory Value="/Developer/lazarus/">
|
||||
<History Count="1">
|
||||
<Item1 Value="/Developer/lazarus/"/>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<EnvironmentOptions>
|
||||
<Version Value="110" Lazarus="2.2.0RC1"/>
|
||||
<Version Value="110" Lazarus="2.2.0RC2"/>
|
||||
<LazarusDirectory Value="%LazDir%">
|
||||
</LazarusDirectory>
|
||||
<CompilerFilename Value="%FpcBinDir%\fpc.exe">
|
||||
|
Loading…
Reference in New Issue
Block a user