mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-05 23:32:33 +02:00
set fixes version 2.0.2
git-svn-id: branches/fixes_2_0@60953 -
This commit is contained in:
parent
e44f0eef95
commit
bbb1ae0805
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -10833,8 +10833,8 @@ packager/globallinks/lazutils-1.lpl svneol=native#text/plain
|
||||
packager/globallinks/lazvlc-1.lpl svneol=native#text/plain
|
||||
packager/globallinks/lazwebextra-0.9.lpl svneol=native#text/plain
|
||||
packager/globallinks/lazwiki-1.0.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/lcl-2.0.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/lclbase-2.0.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/lcl-2.0.2.lpl svneol=native#text/plain
|
||||
packager/globallinks/lclbase-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
|
||||
|
@ -22,10 +22,10 @@ interface
|
||||
const
|
||||
laz_major = 2;
|
||||
laz_minor = 0;
|
||||
laz_release = 1;
|
||||
laz_release = 2;
|
||||
laz_patch = 0;
|
||||
laz_fullversion = ((laz_major * 100 + laz_minor) * 100 + laz_release) * 100 + laz_patch;
|
||||
laz_version = '2.0.1.0';
|
||||
laz_version = '2.0.2.0';
|
||||
|
||||
implementation
|
||||
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
lazarus (2.0.2.0) stable; urgency=low
|
||||
|
||||
* Final Release.
|
||||
|
||||
-- Mattias Gaertner <mattias@freepascal.org> Sat, 13 Apr 2019 10:32:22 +0200
|
||||
|
||||
lazarus (2.0.0.4) stable; urgency=low
|
||||
|
||||
* Final Release.
|
||||
|
@ -24,7 +24,7 @@
|
||||
<VersionInfo>
|
||||
<UseVersionInfo Value="True"/>
|
||||
<MajorVersionNr Value="2"/>
|
||||
<BuildNr Value="4"/>
|
||||
<RevisionNr Value="2"/>
|
||||
<CharSet Value="04B0"/>
|
||||
<StringTable ProductName="Lazarus IDE"/>
|
||||
</VersionInfo>
|
||||
|
BIN
ide/lazarus.res
BIN
ide/lazarus.res
Binary file not shown.
@ -1 +1 @@
|
||||
'2.0.1'
|
||||
'2.0.2'
|
||||
|
@ -148,7 +148,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.0.1</string>
|
||||
<string>2.0.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>laza</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
@ -128,7 +128,7 @@ end;"/>
|
||||
"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Major="2" Release="1"/>
|
||||
<Version Major="2" Release="2"/>
|
||||
<Files Count="486">
|
||||
<Item1>
|
||||
<Filename Value="carbon/agl.pp"/>
|
||||
|
@ -25,7 +25,7 @@
|
||||
"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Major="2" Release="1"/>
|
||||
<Version Major="2" Release="2"/>
|
||||
<Files Count="287">
|
||||
<Item1>
|
||||
<Filename Value="checklst.pas"/>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<EnvironmentOptions>
|
||||
<Version Value="110" Lazarus="2.0.1"/>
|
||||
<Version Value="110" Lazarus="2.0.2"/>
|
||||
<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.0.1"/>
|
||||
<Version Value="110" Lazarus="2.0.2"/>
|
||||
<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.0.1"/>
|
||||
<Version Value="110" Lazarus="2.0.2"/>
|
||||
<LazarusDirectory Value="%LazDir%">
|
||||
</LazarusDirectory>
|
||||
<CompilerFilename Value="%FpcBinDir%\fpc.exe">
|
||||
|
Loading…
Reference in New Issue
Block a user