mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-21 07:28:14 +02:00
set version 2.0.13
git-svn-id: branches/fixes_2_0@64640 -
This commit is contained in:
parent
87130707e7
commit
865ec67c44
@ -22,10 +22,10 @@ interface
|
|||||||
const
|
const
|
||||||
laz_major = 2;
|
laz_major = 2;
|
||||||
laz_minor = 0;
|
laz_minor = 0;
|
||||||
laz_release = 12;
|
laz_release = 13;
|
||||||
laz_patch = 0;
|
laz_patch = 0;
|
||||||
laz_fullversion = ((laz_major * 100 + laz_minor) * 100 + laz_release) * 100 + laz_patch;
|
laz_fullversion = ((laz_major * 100 + laz_minor) * 100 + laz_release) * 100 + laz_patch;
|
||||||
laz_version = '2.0.12.0';
|
laz_version = '2.0.13.0';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
<VersionInfo>
|
<VersionInfo>
|
||||||
<UseVersionInfo Value="True"/>
|
<UseVersionInfo Value="True"/>
|
||||||
<MajorVersionNr Value="2"/>
|
<MajorVersionNr Value="2"/>
|
||||||
<RevisionNr Value="12"/>
|
<RevisionNr Value="13"/>
|
||||||
<CharSet Value="04B0"/>
|
<CharSet Value="04B0"/>
|
||||||
<StringTable ProductName="Lazarus IDE"/>
|
<StringTable ProductName="Lazarus IDE"/>
|
||||||
</VersionInfo>
|
</VersionInfo>
|
||||||
|
BIN
ide/lazarus.res
BIN
ide/lazarus.res
Binary file not shown.
@ -1 +1 @@
|
|||||||
'2.0.12'
|
'2.0.13'
|
||||||
|
@ -148,7 +148,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.0.12</string>
|
<string>2.0.13</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>laza</string>
|
<string>laza</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
|
@ -128,7 +128,7 @@ end;"/>
|
|||||||
"/>
|
"/>
|
||||||
<License Value="modified LGPL-2
|
<License Value="modified LGPL-2
|
||||||
"/>
|
"/>
|
||||||
<Version Major="2" Release="11"/>
|
<Version Major="2" Release="13"/>
|
||||||
<Files Count="485">
|
<Files Count="485">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="carbon/agl.pp"/>
|
<Filename Value="carbon/agl.pp"/>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
"/>
|
"/>
|
||||||
<License Value="modified LGPL-2
|
<License Value="modified LGPL-2
|
||||||
"/>
|
"/>
|
||||||
<Version Major="2" Release="11"/>
|
<Version Major="2" Release="13"/>
|
||||||
<Files Count="287">
|
<Files Count="287">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="checklst.pas"/>
|
<Filename Value="checklst.pas"/>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<EnvironmentOptions>
|
<EnvironmentOptions>
|
||||||
<Version Value="110" Lazarus="2.0.12"/>
|
<Version Value="110" Lazarus="2.0.13"/>
|
||||||
<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="110" Lazarus="2.0.12"/>
|
<Version Value="110" Lazarus="2.0.13"/>
|
||||||
<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="110" Lazarus="2.0.12"/>
|
<Version Value="110" Lazarus="2.0.13"/>
|
||||||
<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