mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:00:27 +02:00
set version 1.8.3
git-svn-id: branches/fixes_1_8@57370 -
This commit is contained in:
parent
9fa131fa86
commit
ab12f46cb0
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
||||
|
@ -1 +1 @@
|
||||
'1.8.2'
|
||||
'1.8.3'
|
||||
|
@ -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>
|
||||
|
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
@ -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
|
||||
|
||||
|
@ -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/"/>
|
||||
|
@ -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/"/>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user