summaryrefslogtreecommitdiff
path: root/uidesigner
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 /uidesigner
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 'uidesigner')
-rw-r--r--uidesigner/vfdmain.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/uidesigner/vfdmain.pas b/uidesigner/vfdmain.pas
index 06112ad6..7468a99f 100644
--- a/uidesigner/vfdmain.pas
+++ b/uidesigner/vfdmain.pas
@@ -24,6 +24,7 @@ interface
uses
Classes,
SysUtils,
+ fpg_main,
fpg_widget,
fpg_dialogs,
vfdprops,
@@ -33,7 +34,7 @@ uses
newformdesigner;
const
- program_version = '0.7 beta';
+ program_version = FPGUI_VERSION;
type
@@ -84,8 +85,7 @@ implementation
uses
vfdformparser,
fpg_iniutils,
- fpg_utils,
- fpg_main;
+ fpg_utils;
var
DefaultPasExt : String = '.pas';