diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2014-07-25 01:11:34 +0100 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2014-07-25 01:11:34 +0100 |
commit | 536bb20956573285c964c7eb66f34c9857d461da (patch) | |
tree | 1469de60595af9d737957c14f0caf9d4172d2629 /src/corelib | |
parent | 358883bd8c4db329bf07d93d976071e950604358 (diff) | |
download | fpGUI-536bb20956573285c964c7eb66f34c9857d461da.tar.xz |
Bump 'develop' branch to next version number
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 00de1506..f07e97c0 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="3"/> <Files Count="105"> <Item1> <Filename Value="..\stdimages.inc"/> diff --git a/src/corelib/x11/fpgui_toolkit.lpk b/src/corelib/x11/fpgui_toolkit.lpk index 1970ab87..b46195d4 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="3"/> <Files Count="108"> <Item1> <Filename Value="../stdimages.inc"/> |