diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-02-20 08:43:51 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-02-20 08:43:51 +0000 |
commit | 59b5a60fbf884cc477bb34b8607cdd6300b3a611 (patch) | |
tree | 1237e549a4887884097efdc0c829360c3f74e2b3 | |
parent | 5536205f57378f2a60cc69ace0d6be2dec4a8fd7 (diff) | |
download | fpGUI-59b5a60fbf884cc477bb34b8607cdd6300b3a611.tar.xz |
* Bumped up the version numbers.
-rw-r--r-- | src/corelib/fpgfx.pas | 2 | ||||
-rw-r--r-- | src/corelib/gdi/fpgfx_package.lpk | 2 | ||||
-rw-r--r-- | src/corelib/x11/fpgfx_package.lpk | 2 | ||||
-rw-r--r-- | src/gui/fpgui_package.lpk | 10 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/corelib/fpgfx.pas b/src/corelib/fpgfx.pas index dbcece6e..31026fe8 100644 --- a/src/corelib/fpgfx.pas +++ b/src/corelib/fpgfx.pas @@ -41,7 +41,7 @@ const cMessageQueueSize = 512; // version and name constants - fpGUIVersion = '0.6'; + fpGUIVersion = '0.6.1'; fpGUIName = 'fpGUI Toolkit'; diff --git a/src/corelib/gdi/fpgfx_package.lpk b/src/corelib/gdi/fpgfx_package.lpk index 0cd8079a..17591fc7 100644 --- a/src/corelib/gdi/fpgfx_package.lpk +++ b/src/corelib/gdi/fpgfx_package.lpk @@ -25,7 +25,7 @@ "/> <License Value="Modified LGPL "/> - <Version Minor="6"/> + <Version Minor="6" Release="1"/> <Files Count="16"> <Item1> <Filename Value="..\gfxbase.pas"/> diff --git a/src/corelib/x11/fpgfx_package.lpk b/src/corelib/x11/fpgfx_package.lpk index 764f5f49..587ea3ad 100644 --- a/src/corelib/x11/fpgfx_package.lpk +++ b/src/corelib/x11/fpgfx_package.lpk @@ -23,7 +23,7 @@ "/> <License Value="Modified LGPL "/> - <Version Minor="6"/> + <Version Minor="6" Release="1"/> <Files Count="18"> <Item1> <Filename Value="x11_xft.pas"/> diff --git a/src/gui/fpgui_package.lpk b/src/gui/fpgui_package.lpk index 187d6011..deca5f65 100644 --- a/src/gui/fpgui_package.lpk +++ b/src/gui/fpgui_package.lpk @@ -30,7 +30,7 @@ "/> <License Value="Modified LGPL "/> - <Version Minor="6"/> + <Version Minor="6" Release="1"/> <Files Count="28"> <Item1> <Filename Value="gui_button.pas"/> @@ -148,12 +148,12 @@ <LazDoc Paths="../../docs/xml/gui/"/> <RequiredPkgs Count="2"> <Item1> - <PackageName Value="FCL"/> - <MinVersion Major="1" Valid="True"/> - </Item1> - <Item2> <PackageName Value="fpgfx_package"/> <MinVersion Minor="5" Valid="True"/> + </Item1> + <Item2> + <PackageName Value="FCL"/> + <MinVersion Major="1" Valid="True"/> </Item2> </RequiredPkgs> <UsageOptions> |