trunk: set version to 1.7

git-svn-id: trunk@50542 -
This commit is contained in:
mattias 2015-11-30 19:06:17 +00:00
parent 81cf3ae6ea
commit 24491b3ae1
11 changed files with 16 additions and 10 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
lazarus (1.7.0) unstable; urgency=low
* Snapshot building.
-- Mattias Gaertner <mattias@freepascal.org> Mon, 30 Nov 2016 20:01:22 +0100
lazarus (1.5.0) unstable; urgency=low lazarus (1.5.0) unstable; urgency=low
* Snapshot building. * Snapshot building.

View File

@ -23,7 +23,7 @@
<VersionInfo> <VersionInfo>
<UseVersionInfo Value="True"/> <UseVersionInfo Value="True"/>
<MajorVersionNr Value="1"/> <MajorVersionNr Value="1"/>
<MinorVersionNr Value="5"/> <MinorVersionNr Value="7"/>
<CharSet Value="04B0"/> <CharSet Value="04B0"/>
<StringTable ProductName="Lazarus IDE" ProductVersion=""/> <StringTable ProductName="Lazarus IDE" ProductVersion=""/>
</VersionInfo> </VersionInfo>

Binary file not shown.

View File

@ -1 +1 @@
'1.5' '1.7'

View File

@ -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.5 beta</string> <string>Lazarus IDE v1.7 beta</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>laza</string> <string>laza</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>

View File

@ -127,7 +127,7 @@ end;"/>
"/> "/>
<License Value="modified LGPL-2 <License Value="modified LGPL-2
"/> "/>
<Version Major="1" Minor="5"/> <Version Major="1" Minor="7"/>
<Files Count="438"> <Files Count="438">
<Item1> <Item1>
<Filename Value="carbon/agl.pp"/> <Filename Value="carbon/agl.pp"/>

View File

@ -26,7 +26,7 @@
"/> "/>
<License Value="modified LGPL-2 <License Value="modified LGPL-2
"/> "/>
<Version Major="1" Minor="5"/> <Version Major="1" Minor="7"/>
<Files Count="284"> <Files Count="284">
<Item1> <Item1>
<Filename Value="checklst.pas"/> <Filename Value="checklst.pas"/>

View File

@ -33,11 +33,11 @@ interface
const const
lcl_major = 1; lcl_major = 1;
lcl_minor = 5; lcl_minor = 7;
lcl_release = 0; lcl_release = 0;
lcl_patch = 0; lcl_patch = 0;
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.5'; lcl_version = '1.7';
implementation implementation

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<CONFIG> <CONFIG>
<EnvironmentOptions> <EnvironmentOptions>
<Version Value="107" Lazarus="1.5"/> <Version Value="109" Lazarus="1.7"/>
<LazarusDirectory Value="__LAZARUSDIR__"> <LazarusDirectory Value="__LAZARUSDIR__">
<History Count="1"> <History Count="1">
<Item1 Value="/usr/lib/lazarus/"/> <Item1 Value="/usr/lib/lazarus/"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<CONFIG> <CONFIG>
<EnvironmentOptions> <EnvironmentOptions>
<Version Value="107" Lazarus="1.5"/> <Version Value="109" Lazarus="1.7"/>
<LazarusDirectory Value="/Developer/lazarus/"> <LazarusDirectory Value="/Developer/lazarus/">
<History Count="1"> <History Count="1">
<Item1 Value="/Developer/lazarus/"/> <Item1 Value="/Developer/lazarus/"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<CONFIG> <CONFIG>
<EnvironmentOptions> <EnvironmentOptions>
<Version Value="107" Lazarus="1.5"/> <Version Value="109" Lazarus="1.7"/>
<LazarusDirectory Value="%LazDir%"> <LazarusDirectory Value="%LazDir%">
</LazarusDirectory> </LazarusDirectory>
<CompilerFilename Value="%FpcBinDir%\fpc.exe"> <CompilerFilename Value="%FpcBinDir%\fpc.exe">