set fixes version to 1.8.1

git-svn-id: branches/fixes_1_8@56595 -
This commit is contained in:
mattias 2017-12-03 10:25:57 +00:00
parent 4ee51d3b61
commit 0b62e3e66c
12 changed files with 20 additions and 14 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.6.lpl svneol=native#text/plain
packager/globallinks/lclbase-1.8.0.6.lpl svneol=native#text/plain
packager/globallinks/lcl-1.8.1.lpl svneol=native#text/plain
packager/globallinks/lclbase-1.8.1.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

8
debian/changelog vendored
View File

@ -1,4 +1,10 @@
lazarus (1.8.0) unstable; urgency=low
lazarus (1.8.1) unstable; urgency=low
* Development version
-- Mattias Gaertner <mattias@freepascal.org> Sun, 3 Dec 2017 11:04:22 +0100
lazarus (1.8.0) stable; urgency=low
* Final Release

View File

@ -1 +1 @@
'1.8.0'
'1.8.1'

View File

@ -148,11 +148,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.8.0</string>
<string>1.8.1</string>
<key>CFBundleSignature</key>
<string>1</string>
<key>CFBundleVersion</key>
<string>6</string>
<string>0</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="6"/>
<Version Major="1" Minor="8" Release="1"/>
<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="6"/>
<Version Major="1" Minor="8" Release="1"/>
<Files Count="287">
<Item1>
<Filename Value="checklst.pas"/>

View File

@ -34,10 +34,10 @@ interface
const
lcl_major = 1;
lcl_minor = 8;
lcl_release = 0;
lcl_patch = 6;
lcl_release = 1;
lcl_patch = 0;
lcl_fullversion = ((lcl_major * 100 + lcl_minor) * 100 + lcl_release) * 100 + lcl_patch;
lcl_version = '1.8.0.6';
lcl_version = '1.8.1.0';
implementation

View File

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