diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-02-17 15:17:47 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-02-17 15:17:47 +0000 |
commit | 58a9f82a59b2eb799c60498f65cf1ea46c59b480 (patch) | |
tree | 9ee7ba0f4ee001a423c93abe54bb7212ecc15a81 | |
parent | d5d78736b018b3fabc63f17ebe367e57f1fae8ff (diff) | |
download | fpGUI-58a9f82a59b2eb799c60498f65cf1ea46c59b480.tar.xz |
* updated version numbers for next release.
-rw-r--r-- | src/corelib/gdi/fpgfx_package.lpk | 4 | ||||
-rw-r--r-- | src/corelib/x11/fpgfx_package.lpk | 4 | ||||
-rw-r--r-- | src/gui/fpgui_package.lpk | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/src/corelib/gdi/fpgfx_package.lpk b/src/corelib/gdi/fpgfx_package.lpk index 18dfe2bb..0f1b2b55 100644 --- a/src/corelib/gdi/fpgfx_package.lpk +++ b/src/corelib/gdi/fpgfx_package.lpk @@ -21,11 +21,11 @@ <CompilerPath Value="$(CompPath)"/> </Other> </CompilerOptions> - <Description Value="fpGUI redesign with multiple handles + <Description Value="fpGUI - multi-handle redesign "/> <License Value="Modified LGPL "/> - <Version Minor="5" Release="1"/> + <Version Minor="6"/> <Files Count="15"> <Item1> <Filename Value="..\gfxbase.pas"/> diff --git a/src/corelib/x11/fpgfx_package.lpk b/src/corelib/x11/fpgfx_package.lpk index 91b61140..acc7c9ee 100644 --- a/src/corelib/x11/fpgfx_package.lpk +++ b/src/corelib/x11/fpgfx_package.lpk @@ -19,11 +19,11 @@ <CompilerPath Value="$(CompPath)"/> </Other> </CompilerOptions> - <Description Value="fpGUI redesign with multiple handles + <Description Value="fpGUI - multi-handle redesign "/> <License Value="Modified LGPL "/> - <Version Minor="5" Release="1"/> + <Version Minor="6"/> <Files Count="17"> <Item1> <Filename Value="x11_xft.pas"/> diff --git a/src/gui/fpgui_package.lpk b/src/gui/fpgui_package.lpk index 54ded6b2..187d6011 100644 --- a/src/gui/fpgui_package.lpk +++ b/src/gui/fpgui_package.lpk @@ -30,7 +30,7 @@ "/> <License Value="Modified LGPL "/> - <Version Minor="5" Release="1"/> + <Version Minor="6"/> <Files Count="28"> <Item1> <Filename Value="gui_button.pas"/> @@ -148,12 +148,12 @@ <LazDoc Paths="../../docs/xml/gui/"/> <RequiredPkgs Count="2"> <Item1> - <PackageName Value="fpgfx_package"/> - <MinVersion Minor="5" Valid="True"/> - </Item1> - <Item2> <PackageName Value="FCL"/> <MinVersion Major="1" Valid="True"/> + </Item1> + <Item2> + <PackageName Value="fpgfx_package"/> + <MinVersion Minor="5" Valid="True"/> </Item2> </RequiredPkgs> <UsageOptions> |