set version 1.8.3

git-svn-id: branches/fixes_1_8@57370 -
This commit is contained in:
mattias 2018-02-25 08:51:31 +00:00
parent 9fa131fa86
commit ab12f46cb0
9 changed files with 15 additions and 9 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
lazarus (1.8.3) unstable; urgency=low
* Bugfix release
-- Mattias Gaertner <mattias@freepascal.org> Sun, 25 Feb 2018 9:45:22 +0100
lazarus (1.8.2) stable; urgency=low
* Bugfix release

View File

@ -1 +1 @@
'1.8.2'
'1.8.3'

View File

@ -148,7 +148,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.8.2</string>
<string>1.8.3</string>
<key>CFBundleSignature</key>
<string>0</string>
<key>CFBundleVersion</key>

View File

@ -128,7 +128,7 @@ end;"/>
"/>
<License Value="modified LGPL-2
"/>
<Version Major="1" Minor="8" Release="2"/>
<Version Major="1" Minor="8" Release="3"/>
<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" Release="2"/>
<Version Major="1" Minor="8" Release="3"/>
<Files Count="287">
<Item1>
<Filename Value="checklst.pas"/>

View File

@ -34,10 +34,10 @@ interface
const
lcl_major = 1;
lcl_minor = 8;
lcl_release = 2;
lcl_release = 3;
lcl_patch = 0;
lcl_fullversion = ((lcl_major * 100 + lcl_minor) * 100 + lcl_release) * 100 + lcl_patch;
lcl_version = '1.8.2.0';
lcl_version = '1.8.3.0';
implementation

View File

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