mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 11:38:04 +02:00
set fixes version to 1.6.4
git-svn-id: branches/fixes_1_6@54277 -
This commit is contained in:
parent
f7cf5112f1
commit
e9dc983419
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -7771,8 +7771,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.3.lpl svneol=native#text/plain
|
||||
packager/globallinks/lclbase-1.6.3.lpl svneol=native#text/plain
|
||||
packager/globallinks/lcl-1.6.4.lpl svneol=native#text/plain
|
||||
packager/globallinks/lclbase-1.6.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
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
lazarus (1.6.4) stable; urgency=low
|
||||
|
||||
* Snapshot building.
|
||||
|
||||
-- Mattias Gaertner <mattias@freepascal.org> Sun, 26 Feb 201 00:04:12 +0200
|
||||
|
||||
lazarus (1.6.2) stable; urgency=low
|
||||
|
||||
* Snapshot building.
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="9"/>
|
||||
<Version Value="10"/>
|
||||
<General>
|
||||
<Flags>
|
||||
<MainUnitHasUsesSectionForAllUnits Value="False"/>
|
||||
@ -24,7 +24,7 @@
|
||||
<UseVersionInfo Value="True"/>
|
||||
<MajorVersionNr Value="1"/>
|
||||
<MinorVersionNr Value="6"/>
|
||||
<RevisionNr Value="1"/>
|
||||
<RevisionNr Value="4"/>
|
||||
<CharSet Value="04B0"/>
|
||||
<StringTable ProductName="Lazarus IDE" ProductVersion=""/>
|
||||
</VersionInfo>
|
||||
|
BIN
ide/lazarus.res
BIN
ide/lazarus.res
Binary file not shown.
@ -1 +1 @@
|
||||
'1.6.3'
|
||||
'1.6.4'
|
||||
|
@ -148,7 +148,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>Lazarus IDE v1.6.3</string>
|
||||
<string>Lazarus IDE v1.6.4</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>laza</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
@ -127,7 +127,7 @@ end;"/>
|
||||
"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Major="1" Minor="6" Release="3"/>
|
||||
<Version Major="1" Minor="6" Release="4"/>
|
||||
<Files Count="438">
|
||||
<Item1>
|
||||
<Filename Value="carbon/agl.pp"/>
|
||||
|
@ -26,7 +26,7 @@
|
||||
"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Major="1" Minor="6" Release="3"/>
|
||||
<Version Major="1" Minor="6" Release="4"/>
|
||||
<Files Count="284">
|
||||
<Item1>
|
||||
<Filename Value="checklst.pas"/>
|
||||
|
@ -34,10 +34,10 @@ interface
|
||||
const
|
||||
lcl_major = 1;
|
||||
lcl_minor = 6;
|
||||
lcl_release = 3;
|
||||
lcl_release = 4;
|
||||
lcl_patch = 0;
|
||||
lcl_fullversion = ((lcl_major * 100 + lcl_minor) * 100 + lcl_release) * 100 + lcl_patch;
|
||||
lcl_version = '1.6.3.0';
|
||||
lcl_version = '1.6.4.0';
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<EnvironmentOptions>
|
||||
<Version Value="109" Lazarus="1.6.3"/>
|
||||
<Version Value="109" Lazarus="1.6.4"/>
|
||||
<LazarusDirectory Value="__LAZARUSDIR__">
|
||||
<History Count="1">
|
||||
<Item1 Value="/usr/lib/lazarus/"/>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<EnvironmentOptions>
|
||||
<Version Value="109" Lazarus="1.6.3"/>
|
||||
<Version Value="109" Lazarus="1.6.4"/>
|
||||
<LazarusDirectory Value="/Developer/lazarus/">
|
||||
<History Count="1">
|
||||
<Item1 Value="/Developer/lazarus/"/>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<EnvironmentOptions>
|
||||
<Version Value="109" Lazarus="1.6.3"/>
|
||||
<Version Value="109" Lazarus="1.6.4"/>
|
||||
<LazarusDirectory Value="%LazDir%">
|
||||
</LazarusDirectory>
|
||||
<CompilerFilename Value="%FpcBinDir%\fpc.exe">
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ Tool to update all Makefiles for lazarus packages.
|
||||
|
||||
Copyright (C) 2012 Mattias Gaertner mattias@freepascal.org
|
||||
Copyright (C) 2017 Mattias Gaertner mattias@freepascal.org
|
||||
|
||||
This library is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Library General Public License as published by
|
||||
|
Loading…
Reference in New Issue
Block a user