fixes branch: set version 1.6.3

git-svn-id: branches/fixes_1_6@53355 -
This commit is contained in:
mattias 2016-11-12 09:50:16 +00:00
parent 68ff0306d3
commit 17f55b3583
11 changed files with 11 additions and 11 deletions

4
.gitattributes vendored
View File

@ -7768,8 +7768,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.2.lpl svneol=native#text/plain
packager/globallinks/lclbase-1.6.2.lpl svneol=native#text/plain
packager/globallinks/lcl-1.6.3.lpl svneol=native#text/plain
packager/globallinks/lclbase-1.6.3.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

View File

@ -1 +1 @@
'1.6.2'
'1.6.3'

View File

@ -148,7 +148,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Lazarus IDE v1.6.2</string>
<string>Lazarus IDE v1.6.3</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" Release="2"/>
<Version Major="1" Minor="6" Release="3"/>
<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" Release="2"/>
<Version Major="1" Minor="6" Release="3"/>
<Files Count="284">
<Item1>
<Filename Value="checklst.pas"/>

View File

@ -34,10 +34,10 @@ interface
const
lcl_major = 1;
lcl_minor = 6;
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.6.2.0';
lcl_version = '1.6.3.0';
implementation

View File

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