mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 11:38:04 +02:00
set fixes version 3.8
This commit is contained in:
parent
a7bb657c73
commit
f15364b893
@ -24,11 +24,11 @@ type
|
||||
|
||||
const
|
||||
laz_major = 3;
|
||||
laz_minor = 7;
|
||||
laz_minor = 8;
|
||||
laz_release = 0;
|
||||
laz_patch = 0;
|
||||
laz_fullversion = ((laz_major * 100 + laz_minor) * 100 + laz_release) * 100 + laz_patch;
|
||||
laz_version = '3.7.0.0';
|
||||
laz_version = '3.8.0.0';
|
||||
|
||||
var
|
||||
OnLCLWidgetTypeName: TLCLWidgetTypeNameEvent; // Set by LCL
|
||||
|
@ -23,7 +23,7 @@
|
||||
<VersionInfo>
|
||||
<UseVersionInfo Value="True"/>
|
||||
<MajorVersionNr Value="3"/>
|
||||
<MinorVersionNr Value="7"/>
|
||||
<MinorVersionNr Value="8"/>
|
||||
<CharSet Value="04B0"/>
|
||||
<StringTable ProductName="Lazarus IDE"/>
|
||||
</VersionInfo>
|
||||
|
BIN
ide/lazarus.res
BIN
ide/lazarus.res
Binary file not shown.
@ -1 +1 @@
|
||||
'3.7'
|
||||
'3.8'
|
||||
|
@ -148,7 +148,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.7.0</string>
|
||||
<string>3.8.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>laza</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
@ -130,7 +130,7 @@ end;"/>
|
||||
"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Major="3" Minor="7"/>
|
||||
<Version Major="3" Minor="8"/>
|
||||
<Files Count="536">
|
||||
<Item1>
|
||||
<Filename Value="carbon/agl.pp"/>
|
||||
|
@ -26,7 +26,7 @@
|
||||
"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Major="3" Minor="7"/>
|
||||
<Version Major="3" Minor="8"/>
|
||||
<Files Count="288">
|
||||
<Item1>
|
||||
<Filename Value="checklst.pas"/>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<EnvironmentOptions>
|
||||
<Version Value="110" Lazarus="3.7.0.0"/>
|
||||
<Version Value="110" Lazarus="3.8"/>
|
||||
<LazarusDirectory Value="__LAZARUSDIR__">
|
||||
<History Count="1">
|
||||
<Item1 Value="/usr/lib/lazarus/"/>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<EnvironmentOptions>
|
||||
<Version Value="110" Lazarus="3.7"/>
|
||||
<Version Value="110" Lazarus="3.8"/>
|
||||
<LazarusDirectory Value="/Developer/lazarus/">
|
||||
<History Count="1">
|
||||
<Item1 Value="/Developer/lazarus/"/>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<EnvironmentOptions>
|
||||
<Version Value="110" Lazarus="3.7.0.0"/>
|
||||
<Version Value="110" Lazarus="3.8"/>
|
||||
<LazarusDirectory Value="%LazDir%">
|
||||
</LazarusDirectory>
|
||||
<CompilerFilename Value="%FpcBinDir%\fpc.exe">
|
||||
|
Loading…
Reference in New Issue
Block a user