set version to 1.9.0

git-svn-id: trunk@54580 -
This commit is contained in:
mattias 2017-04-08 22:03:14 +00:00
parent 0a891e4ab2
commit c52ce8a87d
13 changed files with 19 additions and 13 deletions

4
.gitattributes vendored
View File

@ -8939,8 +8939,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.7.lpl svneol=native#text/plain
packager/globallinks/lclbase-1.7.lpl svneol=native#text/plain
packager/globallinks/lcl-1.9.lpl svneol=native#text/plain
packager/globallinks/lclbase-1.9.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

8
debian/changelog vendored
View File

@ -1,8 +1,14 @@
lazarus (1.9.0) unstable; urgency=low
* Snapshot building.
-- Mattias Gaertner <mattias@freepascal.org> Sun, 8 Apr 2017 00:01:22 +0200
lazarus (1.8.0RC1) unstable; urgency=low
* Snapshot building.
-- Mattias Gaertner <mattias@freepascal.org> Sun, 8 Apr 2017 23:33:22 +0200
-- Mattias Gaertner <mattias@freepascal.org> Sat, 8 Apr 2017 23:33:22 +0200
lazarus (1.7.0) unstable; urgency=low

Binary file not shown.

View File

@ -1 +1 @@
'1.8.0RC1'
'1.9.0'

View File

@ -148,7 +148,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Lazarus IDE v1.8.0 RC1</string>
<string>Lazarus IDE v1.9.0</string>
<key>CFBundleSignature</key>
<string>laza</string>
<key>CFBundleVersion</key>

View File

@ -128,7 +128,7 @@ end;"/>
"/>
<License Value="modified LGPL-2
"/>
<Version Major="1" Minor="8" Build="1"/>
<Version Major="1" Minor="9"/>
<Files Count="477">
<Item1>
<Filename Value="carbon/agl.pp"/>

View File

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

View File

@ -33,11 +33,11 @@ interface
const
lcl_major = 1;
lcl_minor = 8;
lcl_minor = 9;
lcl_release = 0;
lcl_patch = 1;
lcl_patch = 0;
lcl_fullversion = ((lcl_major * 100 + lcl_minor) * 100 + lcl_release) * 100 + lcl_patch;
lcl_version = '1.8.0.1';
lcl_version = '1.9.0.0';
implementation

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<CONFIG>
<EnvironmentOptions>
<Version Value="110" Lazarus="1.8.0RC1"/>
<Version Value="110" Lazarus="1.9.0"/>
<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="110" Lazarus="1.8.0RC1"/>
<Version Value="110" Lazarus="1.9.0"/>
<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="110" Lazarus="1.8.0RC1"/>
<Version Value="110" Lazarus="1.9.0"/>
<LazarusDirectory Value="%LazDir%">
</LazarusDirectory>
<CompilerFilename Value="%FpcBinDir%\fpc.exe">