diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2014-07-17 23:37:23 +0100 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2014-07-17 23:37:23 +0100 |
commit | 790a5909884d394f2b461a69239d60874850b656 (patch) | |
tree | 7a104a901466aa8058448b9afddb30dc75ee60f1 /src/corelib | |
parent | 1bd4b9091d3649f531c77ef0d0d656de4f6e3129 (diff) | |
download | fpGUI-790a5909884d394f2b461a69239d60874850b656.tar.xz |
Bump the version number of various files
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/fpg_constants.pas | 2 | ||||
-rw-r--r-- | src/corelib/gdi/fpgui_toolkit.lpk | 2 | ||||
-rw-r--r-- | src/corelib/x11/fpgui_toolkit.lpk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/fpg_constants.pas b/src/corelib/fpg_constants.pas index 37b3f135..60bd18e7 100644 --- a/src/corelib/fpg_constants.pas +++ b/src/corelib/fpg_constants.pas @@ -1,7 +1,7 @@ { fpGUI - Free Pascal GUI Toolkit - Copyright (C) 2006 - 2010 See the file AUTHORS.txt, included in this + Copyright (C) 2006 - 2014 See the file AUTHORS.txt, included in this distribution, for details of the copyright. See the file COPYING.modifiedLGPL, included in this distribution, diff --git a/src/corelib/gdi/fpgui_toolkit.lpk b/src/corelib/gdi/fpgui_toolkit.lpk index c4e4958e..dfe56c14 100644 --- a/src/corelib/gdi/fpgui_toolkit.lpk +++ b/src/corelib/gdi/fpgui_toolkit.lpk @@ -30,7 +30,7 @@ </CompilerOptions> <Description Value="fpGUI Toolkit"/> <License Value="LGPL 2 with static linking exception."/> - <Version Major="1"/> + <Version Major="1" Minor="2"/> <Files Count="104"> <Item1> <Filename Value="..\stdimages.inc"/> diff --git a/src/corelib/x11/fpgui_toolkit.lpk b/src/corelib/x11/fpgui_toolkit.lpk index 96af53ed..ec8c841f 100644 --- a/src/corelib/x11/fpgui_toolkit.lpk +++ b/src/corelib/x11/fpgui_toolkit.lpk @@ -28,7 +28,7 @@ </CompilerOptions> <Description Value="fpGUI Toolkit"/> <License Value="LGPL 2 with static linking exception."/> - <Version Major="1"/> + <Version Major="1" Minor="2"/> <Files Count="107"> <Item1> <Filename Value="../stdimages.inc"/> |