set fixes version to 1.8.0

git-svn-id: branches/fixes_1_8@56591 -
This commit is contained in:
mattias 2017-12-03 10:11:21 +00:00
parent 83e043c9d5
commit 4ee51d3b61
12 changed files with 17 additions and 11 deletions

4
.gitattributes vendored
View File

@ -9698,8 +9698,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-1.8.0.5.lpl svneol=native#text/plain
packager/globallinks/lclbase-1.8.0.5.lpl svneol=native#text/plain
packager/globallinks/lcl-1.8.0.6.lpl svneol=native#text/plain
packager/globallinks/lclbase-1.8.0.6.lpl svneol=native#text/plain
packager/globallinks/leakview-1.lpl svneol=native#text/plain
packager/globallinks/lhelpcontrolpkg-0.2.lpl svneol=native#text/plain
packager/globallinks/lr_add_function-1.lpl svneol=native#text/plain

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
lazarus (1.8.0) unstable; urgency=low
* Final Release
-- Mattias Gaertner <mattias@freepascal.org> Sun, 3 Dec 2017 11:04:22 +0100
lazarus (1.8.0RC5) unstable; urgency=low
* Release Candidate 5

View File

@ -1 +1 @@
'1.8.0RC5'
'1.8.0'

View File

@ -152,7 +152,7 @@
<key>CFBundleSignature</key>
<string>1</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>6</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>NSHighResolutionCapable</key>

View File

@ -128,7 +128,7 @@ end;"/>
"/>
<License Value="modified LGPL-2
"/>
<Version Major="1" Minor="8" Build="5"/>
<Version Major="1" Minor="8" Build="6"/>
<Files Count="477">
<Item1>
<Filename Value="carbon/agl.pp"/>

View File

@ -26,7 +26,7 @@
"/>
<License Value="modified LGPL-2
"/>
<Version Major="1" Minor="8" Build="5"/>
<Version Major="1" Minor="8" Build="6"/>
<Files Count="287">
<Item1>
<Filename Value="checklst.pas"/>

View File

@ -35,9 +35,9 @@ const
lcl_major = 1;
lcl_minor = 8;
lcl_release = 0;
lcl_patch = 5;
lcl_patch = 6;
lcl_fullversion = ((lcl_major * 100 + lcl_minor) * 100 + lcl_release) * 100 + lcl_patch;
lcl_version = '1.8.0.5';
lcl_version = '1.8.0.6';
implementation

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<CONFIG>
<EnvironmentOptions>
<Version Value="110" Lazarus="1.8.0RC5"/>
<Version Value="110" Lazarus="1.8.0"/>
<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="1.8.0RC5"/>
<Version Value="110" Lazarus="1.8.0"/>
<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="1.8.0RC5"/>
<Version Value="110" Lazarus="1.8.0"/>
<LazarusDirectory Value="%LazDir%">
</LazarusDirectory>
<CompilerFilename Value="%FpcBinDir%\fpc.exe">