fpspreadsheet: Set package version number 1.9 of new development version.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5782 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-03-02 17:19:59 +00:00
parent bfffad6d32
commit 351694ec67
3 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@
This package is all you need if you don't want graphical components (like grids and charts)."/>
<License Value="LGPL with static linking exception. This is the same license as is used in the LCL (Lazarus Component Library)."/>
<Version Major="1" Minor="8"/>
<Version Major="1" Minor="9"/>
<Files Count="45">
<Item1>
<Filename Value="fps.inc"/>

View File

@ -20,7 +20,7 @@
It provides graphical components like a grid and chart."/>
<License Value="LGPL with static linking exception. This is the same license as is used in the LCL (Lazarus Component Library)."/>
<Version Major="1" Minor="8"/>
<Version Major="1" Minor="9"/>
<Files Count="5">
<Item1>
<Filename Value="visual\fpsactions.pas"/>
@ -50,8 +50,8 @@ It provides graphical components like a grid and chart."/>
<RequiredPkgs Count="4">
<Item1>
<PackageName Value="laz_fpspreadsheet"/>
<MaxVersion Major="1" Minor="7"/>
<MinVersion Major="1" Minor="8" Valid="True"/>
<MaxVersion Major="1" Minor="8"/>
<MinVersion Major="1" Minor="9" Valid="True"/>
</Item1>
<Item2>
<PackageName Value="tachartlazaruspkg"/>

View File

@ -25,7 +25,7 @@
It provides a graphical export component on the Data Export tab."/>
<License Value="LGPL with static linking exception. This is the same license as is used in the LCL (Lazarus Component Library)."/>
<Version Major="1" Minor="8"/>
<Version Major="1" Minor="9"/>
<Files Count="2">
<Item1>
<Filename Value="export\fpsexport.pas"/>
@ -43,8 +43,8 @@ It provides a graphical export component on the Data Export tab."/>
</Item1>
<Item2>
<PackageName Value="laz_fpspreadsheet"/>
<MaxVersion Major="1" Minor="5"/>
<MinVersion Major="1" Minor="8" Valid="True"/>
<MaxVersion Major="1" Minor="8"/>
<MinVersion Major="1" Minor="9" Valid="True"/>
</Item2>
<Item3>
<PackageName Value="LCL"/>