summaryrefslogtreecommitdiff
path: root/src/corelib/fpg_main.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-03-08 16:55:46 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-03-08 16:55:46 +0200
commit748a3f6b0e4d1b65874284cdb363e57e28e7ddc6 (patch)
treea27bf238797a5ec6d4b18a5b6589d031f96e7428 /src/corelib/fpg_main.pas
parent28d2cb49da04be894108eec9ff96db6082365471 (diff)
downloadfpGUI-748a3f6b0e4d1b65874284cdb363e57e28e7ddc6.tar.xz
Updated the various programs and fpGUI library to use the new generate version file.
The VERSION-GEN script generates a VERSION-FILE file which contans the version number of fpGUI. This is now used in DocView, UI Designer and other example applications too.
Diffstat (limited to 'src/corelib/fpg_main.pas')
-rw-r--r--src/corelib/fpg_main.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/fpg_main.pas b/src/corelib/fpg_main.pas
index ba7a5e3b..eb9106dd 100644
--- a/src/corelib/fpg_main.pas
+++ b/src/corelib/fpg_main.pas
@@ -59,7 +59,7 @@ const
cMessageQueueSize = 1024;
// version and name constants
- fpGUIVersion = '0.7';
+ {$I VERSION-FILE} // this includes the auto generated: fpGUI_Version = xxx
fpGUIName = 'fpGUI Toolkit';
const