set trunk version to 1.3

git-svn-id: trunk@42819 -
This commit is contained in:
mattias 2013-09-15 15:53:49 +00:00
parent 73c0d3b75c
commit 76c53638ab
14 changed files with 20 additions and 14 deletions

4
.gitattributes vendored
View File

@ -6912,8 +6912,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.0.1.lpl svneol=native#text/plain
packager/globallinks/lclbase-1.0.1.lpl svneol=native#text/plain
packager/globallinks/lcl-1.3.lpl svneol=native#text/plain
packager/globallinks/lclbase-1.3.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
View File

@ -1,3 +1,9 @@
lazarus (1.3-0) unstable; urgency=low
* Snapshot building.
-- Mattias Gaertner <mattias@freepascal.org> Sun, 15 Sep 2013 17:48:00 +0200
lazarus (1.1-0) unstable; urgency=low
* Snapshot building.

View File

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

Binary file not shown.

View File

@ -1 +1 @@
'1.1'
'1.3'

View File

@ -148,7 +148,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Lazarus IDE v1.1 beta</string>
<string>Lazarus IDE v1.3 beta</string>
<key>CFBundleSignature</key>
<string>laza</string>
<key>CFBundleVersion</key>

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Name Value="LCL"/>
@ -128,7 +128,7 @@ end;"/>
"/>
<License Value="modified LGPL-2
"/>
<Version Major="1" Release="1"/>
<Version Major="1" Minor="3"/>
<Files Count="429">
<Item1>
<Filename Value="carbon/agl.pp"/>

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Name Value="LCLBase"/>
@ -29,7 +29,7 @@
"/>
<License Value="modified LGPL-2
"/>
<Version Major="1" Release="1"/>
<Version Major="1" Minor="3"/>
<Files Count="290">
<Item1>
<Filename Value="barchart.pp"/>

View File

@ -33,11 +33,11 @@ interface
const
lcl_major = 1;
lcl_minor = 1;
lcl_minor = 3;
lcl_release = 0;
lcl_patch = 0;
lcl_fullversion = ((lcl_major * 100 + lcl_minor) * 100 + lcl_release) * 100 + lcl_patch;
lcl_version = '1.1';
lcl_version = '1.3';
implementation

View File

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

View File

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

View File

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