summaryrefslogtreecommitdiff
path: root/docview/src/frm_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 /docview/src/frm_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 'docview/src/frm_main.pas')
-rw-r--r--docview/src/frm_main.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/docview/src/frm_main.pas b/docview/src/frm_main.pas
index ee7cd670..436b4b7c 100644
--- a/docview/src/frm_main.pas
+++ b/docview/src/frm_main.pas
@@ -194,7 +194,7 @@ uses
const
cLongName = 'fpGUI Documentation Viewer';
cCreatedBy = 'Created by Graeme Geldenhuys';
- cVersion = 'Version 0.7 (alpha)';
+ cVersion = 'Version ' + FPGUI_VERSION;
{$I arrows.inc}