mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19:39:24 +02:00
set fixes version to 2.0.0RC1
git-svn-id: branches/fixes_2_0@59011 -
This commit is contained in:
parent
97decc37d8
commit
86f180ee7b
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -10353,8 +10353,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.lpl svneol=native#text/plain
|
||||
packager/globallinks/lclbase-2.lpl svneol=native#text/plain
|
||||
packager/globallinks/lcl-2.0.0.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/lclbase-2.0.0.1.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 = 0;
|
||||
laz_release = 0;
|
||||
laz_patch = 0;
|
||||
laz_patch = 1;
|
||||
laz_fullversion = ((laz_major * 100 + laz_minor) * 100 + laz_release) * 100 + laz_patch;
|
||||
laz_version = '2.0.0.0';
|
||||
laz_version = '2.0.0.1';
|
||||
|
||||
implementation
|
||||
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
lazarus (2.0.0RC1) unstable; urgency=low
|
||||
|
||||
* Release Candidate 1.
|
||||
|
||||
-- Mattias Gaertner <mattias@freepascal.org> Sat, 15 Sep 2018 21:48:22 +0200
|
||||
|
||||
lazarus (2.0.0PreRelease) unstable; urgency=low
|
||||
|
||||
* Pre Release Candidate.
|
||||
|
@ -23,8 +23,7 @@
|
||||
<LazDoc Paths="docs/xml/ide"/>
|
||||
<VersionInfo>
|
||||
<UseVersionInfo Value="True"/>
|
||||
<MajorVersionNr Value="1"/>
|
||||
<MinorVersionNr Value="9"/>
|
||||
<MajorVersionNr Value="2"/>
|
||||
<BuildNr Value="1"/>
|
||||
<CharSet Value="04B0"/>
|
||||
<StringTable ProductName="Lazarus IDE"/>
|
||||
|
BIN
ide/lazarus.res
BIN
ide/lazarus.res
Binary file not shown.
@ -1 +1 @@
|
||||
'2.0.0PreRelease'
|
||||
'2.0.0RC1'
|
||||
|
@ -152,7 +152,7 @@
|
||||
<key>CFBundleSignature</key>
|
||||
<string>laza</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0</string>
|
||||
<string>1</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
@ -128,7 +128,7 @@ end;"/>
|
||||
"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Major="2"/>
|
||||
<Version Major="2" Build="1"/>
|
||||
<Files Count="484">
|
||||
<Item1>
|
||||
<Filename Value="carbon/agl.pp"/>
|
||||
|
@ -26,7 +26,7 @@
|
||||
"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Major="2"/>
|
||||
<Version Major="2" Build="1"/>
|
||||
<Files Count="287">
|
||||
<Item1>
|
||||
<Filename Value="checklst.pas"/>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<EnvironmentOptions>
|
||||
<Version Value="110" Lazarus="2.0.0PeRelease"/>
|
||||
<Version Value="110" Lazarus="2.0.0RC1"/>
|
||||
<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.0PeRelease"/>
|
||||
<Version Value="110" Lazarus="2.0.0RC1"/>
|
||||
<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.0PeRelease"/>
|
||||
<Version Value="110" Lazarus="2.0.0RC1"/>
|
||||
<LazarusDirectory Value="%LazDir%">
|
||||
</LazarusDirectory>
|
||||
<CompilerFilename Value="%FpcBinDir%\fpc.exe">
|
||||
|
Loading…
Reference in New Issue
Block a user