set version 1.6

git-svn-id: branches/fixes_1_6@51626 -
This commit is contained in:
mattias 2016-02-14 09:43:59 +00:00
parent e4c54c9f40
commit 5365cc87d0
14 changed files with 13 additions and 13 deletions

4
.gitattributes vendored
View File

@ -7765,8 +7765,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.6.0.3.lpl svneol=native#text/plain
packager/globallinks/lclbase-1.6.0.3.lpl svneol=native#text/plain
packager/globallinks/lcl-1.6.0.4.lpl svneol=native#text/plain
packager/globallinks/lclbase-1.6.0.4.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

2
debian/changelog vendored
View File

@ -2,7 +2,7 @@ lazarus (1.6.0) unstable; urgency=low
* Snapshot building.
-- Mattias Gaertner <mattias@freepascal.org> Sat, 5 Dec 2015 19:32:35 +0100
-- Mattias Gaertner <mattias@freepascal.org> Sun, 14 Feb 2016 10:26:35 +0100
lazarus (1.5.0) unstable; urgency=low

Binary file not shown.

View File

@ -1 +1 @@
'1.6RC3'
'1.6'

View File

@ -148,7 +148,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Lazarus IDE v1.6RC3</string>
<string>Lazarus IDE v1.6</string>
<key>CFBundleSignature</key>
<string>laza</string>
<key>CFBundleVersion</key>

View File

@ -127,7 +127,7 @@ end;"/>
"/>
<License Value="modified LGPL-2
"/>
<Version Major="1" Minor="6" Build="3"/>
<Version Major="1" Minor="6" Build="4"/>
<Files Count="438">
<Item1>
<Filename Value="carbon/agl.pp"/>

View File

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

View File

@ -35,9 +35,9 @@ const
lcl_major = 1;
lcl_minor = 6;
lcl_release = 0;
lcl_patch = 3;
lcl_patch = 4;
lcl_fullversion = ((lcl_major * 100 + lcl_minor) * 100 + lcl_release) * 100 + lcl_patch;
lcl_version = '1.6.0.3';
lcl_version = '1.6.0.4';
implementation

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<CONFIG>
<EditorOptions Version="2">
<EditorOptions Version="11">
<Display EditorFont="-adobe-courier-medium-r-normal-*-*-*-*-*-*-*-iso10646-1" ExtraLineSpacing="2"/>
</EditorOptions>
</CONFIG>

View File

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