mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-16 13:19:19 +02:00
set fixes version to 1.4RC4
git-svn-id: branches/fixes_1_4@48630 -
This commit is contained in:
parent
cc3c2e4bca
commit
464c53b4eb
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -7343,8 +7343,8 @@ packager/globallinks/lazutils-1.lpl svneol=native#text/plain
|
|||||||
packager/globallinks/lazvlc-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/lazwebextra-0.9.lpl svneol=native#text/plain
|
||||||
packager/globallinks/lazwiki-1.0.1.lpl svneol=native#text/plain
|
packager/globallinks/lazwiki-1.0.1.lpl svneol=native#text/plain
|
||||||
packager/globallinks/lcl-1.4.0.3.lpl svneol=native#text/plain
|
packager/globallinks/lcl-1.4.0.4.lpl svneol=native#text/plain
|
||||||
packager/globallinks/lclbase-1.4.0.3.lpl svneol=native#text/plain
|
packager/globallinks/lclbase-1.4.0.4.lpl svneol=native#text/plain
|
||||||
packager/globallinks/leakview-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/lhelpcontrolpkg-0.2.lpl svneol=native#text/plain
|
||||||
packager/globallinks/lr_add_function-1.lpl svneol=native#text/plain
|
packager/globallinks/lr_add_function-1.lpl svneol=native#text/plain
|
||||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -2,7 +2,7 @@ lazarus (1.4RC3-0) unstable; urgency=low
|
|||||||
|
|
||||||
* Snapshot building.
|
* Snapshot building.
|
||||||
|
|
||||||
-- Mattias Gaertner <mattias@freepascal.org> Sat, 28 Feb 2015 12:54:12 +0100
|
-- Mattias Gaertner <mattias@freepascal.org> Sat, 5 Apr 2015 00:20:12 +0200
|
||||||
|
|
||||||
lazarus (1.4RC2-0) unstable; urgency=low
|
lazarus (1.4RC2-0) unstable; urgency=low
|
||||||
|
|
||||||
|
BIN
ide/lazarus.res
BIN
ide/lazarus.res
Binary file not shown.
@ -1 +1 @@
|
|||||||
'1.4RC3'
|
'1.4RC4'
|
||||||
|
@ -148,7 +148,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>Lazarus IDE v1.4RC3</string>
|
<string>Lazarus IDE v1.4RC4</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>laza</string>
|
<string>laza</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
|
@ -127,7 +127,7 @@ end;"/>
|
|||||||
"/>
|
"/>
|
||||||
<License Value="modified LGPL-2
|
<License Value="modified LGPL-2
|
||||||
"/>
|
"/>
|
||||||
<Version Major="1" Minor="4" Build="3"/>
|
<Version Major="1" Minor="4" Build="4"/>
|
||||||
<Files Count="438">
|
<Files Count="438">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="carbon/agl.pp"/>
|
<Filename Value="carbon/agl.pp"/>
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
"/>
|
"/>
|
||||||
<License Value="modified LGPL-2
|
<License Value="modified LGPL-2
|
||||||
"/>
|
"/>
|
||||||
<Version Major="1" Minor="4" Build="3"/>
|
<Version Major="1" Minor="4" Build="4"/>
|
||||||
<Files Count="278">
|
<Files Count="278">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="checklst.pas"/>
|
<Filename Value="checklst.pas"/>
|
||||||
|
@ -35,9 +35,9 @@ const
|
|||||||
lcl_major = 1;
|
lcl_major = 1;
|
||||||
lcl_minor = 4;
|
lcl_minor = 4;
|
||||||
lcl_release = 0;
|
lcl_release = 0;
|
||||||
lcl_patch = 3;
|
lcl_patch = 4;
|
||||||
lcl_fullversion = ((lcl_major * 100 + lcl_minor) * 100 + lcl_release) * 100 + lcl_patch;
|
lcl_fullversion = ((lcl_major * 100 + lcl_minor) * 100 + lcl_release) * 100 + lcl_patch;
|
||||||
lcl_version = '1.4.0.3';
|
lcl_version = '1.4.0.4';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<EnvironmentOptions>
|
<EnvironmentOptions>
|
||||||
<Version Value="107" Lazarus="1.4RC3"/>
|
<Version Value="107" Lazarus="1.4RC4"/>
|
||||||
<LazarusDirectory Value="__LAZARUSDIR__">
|
<LazarusDirectory Value="__LAZARUSDIR__">
|
||||||
<History Count="1">
|
<History Count="1">
|
||||||
<Item1 Value="/usr/lib/lazarus/"/>
|
<Item1 Value="/usr/lib/lazarus/"/>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<EnvironmentOptions>
|
<EnvironmentOptions>
|
||||||
<Version Value="107" Lazarus="1.4RC3"/>
|
<Version Value="107" Lazarus="1.4RC4"/>
|
||||||
<LazarusDirectory Value="/Developer/lazarus/">
|
<LazarusDirectory Value="/Developer/lazarus/">
|
||||||
<History Count="1">
|
<History Count="1">
|
||||||
<Item1 Value="/Developer/lazarus/"/>
|
<Item1 Value="/Developer/lazarus/"/>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<EnvironmentOptions>
|
<EnvironmentOptions>
|
||||||
<Version Value="107" Lazarus="1.4RC3"/>
|
<Version Value="107" Lazarus="1.4RC4"/>
|
||||||
<LazarusDirectory Value="%LazDir%">
|
<LazarusDirectory Value="%LazDir%">
|
||||||
</LazarusDirectory>
|
</LazarusDirectory>
|
||||||
<CompilerFilename Value="%FpcBinDir%\fpc.exe">
|
<CompilerFilename Value="%FpcBinDir%\fpc.exe">
|
||||||
|
Loading…
Reference in New Issue
Block a user