summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xVERSION-GEN4
-rw-r--r--VERSION_FILE.inc (renamed from VERSION-FILE)0
-rw-r--r--src/corelib/fpg_main.pas2
3 files changed, 3 insertions, 3 deletions
diff --git a/VERSION-GEN b/VERSION-GEN
index c6be9e41..278e155a 100755
--- a/VERSION-GEN
+++ b/VERSION-GEN
@@ -2,9 +2,9 @@
if test -f AUTHORS.txt
then
- VF=VERSION-FILE
+ VF=VERSION_FILE.inc
else
- VF=../../../VERSION-FILE
+ VF=../../../VERSION_FILE.inc
fi
DEF_VER=v0.6
diff --git a/VERSION-FILE b/VERSION_FILE.inc
index 28f36400..28f36400 100644
--- a/VERSION-FILE
+++ b/VERSION_FILE.inc
diff --git a/src/corelib/fpg_main.pas b/src/corelib/fpg_main.pas
index eb9106dd..cfe4fcf0 100644
--- a/src/corelib/fpg_main.pas
+++ b/src/corelib/fpg_main.pas
@@ -59,7 +59,7 @@ const
cMessageQueueSize = 1024;
// version and name constants
- {$I VERSION-FILE} // this includes the auto generated: fpGUI_Version = xxx
+ {$I VERSION_FILE.inc} // this includes the auto generated: fpGUI_Version = xxx
fpGUIName = 'fpGUI Toolkit';
const