mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-21 18:51:55 +02:00
set trunk version to 2.1.0
git-svn-id: trunk@59010 -
This commit is contained in:
parent
c2b0e049ef
commit
12ce8a3854
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -10353,8 +10353,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-2.lpl svneol=native#text/plain
|
packager/globallinks/lcl-2.1.lpl svneol=native#text/plain
|
||||||
packager/globallinks/lclbase-2.lpl svneol=native#text/plain
|
packager/globallinks/lclbase-2.1.lpl svneol=native#text/plain
|
||||||
packager/globallinks/lclextensions_package-0.6.1.lpl svneol=native#text/plain
|
packager/globallinks/lclextensions_package-0.6.1.lpl svneol=native#text/plain
|
||||||
packager/globallinks/lclfpreport-0.lpl svneol=native#text/plain
|
packager/globallinks/lclfpreport-0.lpl svneol=native#text/plain
|
||||||
packager/globallinks/leakview-1.lpl svneol=native#text/plain
|
packager/globallinks/leakview-1.lpl svneol=native#text/plain
|
||||||
|
@ -21,11 +21,11 @@ interface
|
|||||||
|
|
||||||
const
|
const
|
||||||
laz_major = 2;
|
laz_major = 2;
|
||||||
laz_minor = 0;
|
laz_minor = 1;
|
||||||
laz_release = 0;
|
laz_release = 0;
|
||||||
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.0.0';
|
laz_version = '2.1.0.0';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
lazarus (2.1.0) unstable; urgency=low
|
||||||
|
|
||||||
|
* Development version
|
||||||
|
|
||||||
|
-- Mattias Gaertner <mattias@freepascal.org> Sat, 15 Sep 2018 21:39:22 +0200
|
||||||
|
|
||||||
lazarus (2.0.0PreRelease) unstable; urgency=low
|
lazarus (2.0.0PreRelease) unstable; urgency=low
|
||||||
|
|
||||||
* Pre Release Candidate.
|
* Pre Release Candidate.
|
||||||
|
@ -1 +1 @@
|
|||||||
'2.0.0PreRelease'
|
'2.1.0'
|
||||||
|
@ -148,11 +148,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.0.0</string>
|
<string>2.1.0</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>laza</string>
|
<string>laza</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0</string>
|
<string>1</string>
|
||||||
<key>CSResourcesFileMapped</key>
|
<key>CSResourcesFileMapped</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
|
@ -128,7 +128,7 @@ end;"/>
|
|||||||
"/>
|
"/>
|
||||||
<License Value="modified LGPL-2
|
<License Value="modified LGPL-2
|
||||||
"/>
|
"/>
|
||||||
<Version Major="2"/>
|
<Version Major="2" Minor="1"/>
|
||||||
<Files Count="484">
|
<Files Count="484">
|
||||||
<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="2"/>
|
<Version Major="2" Minor="1"/>
|
||||||
<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.0PeRelease"/>
|
<Version Value="110" Lazarus="2.1.0"/>
|
||||||
<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.0PeRelease"/>
|
<Version Value="110" Lazarus="2.1.0"/>
|
||||||
<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.0PeRelease"/>
|
<Version Value="110" Lazarus="2.1.0"/>
|
||||||
<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