set fixes version to 2.0.0RC1

git-svn-id: branches/fixes_2_0@59011 -
This commit is contained in:
mattias 2018-09-15 19:57:31 +00:00
parent 97decc37d8
commit 86f180ee7b
14 changed files with 18 additions and 13 deletions

4
.gitattributes vendored
View File

@ -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

View File

@ -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
View File

@ -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.

View File

@ -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"/>

Binary file not shown.

View File

@ -1 +1 @@
'2.0.0PreRelease'
'2.0.0RC1'

View File

@ -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>

View File

@ -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"/>

View File

@ -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"/>

View File

@ -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/"/>

View File

@ -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/"/>

View File

@ -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">