diff options
Diffstat (limited to 'VERSION-GEN')
-rwxr-xr-x | VERSION-GEN | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION-GEN b/VERSION-GEN index 278e155a..3945d05f 100755 --- a/VERSION-GEN +++ b/VERSION-GEN @@ -2,9 +2,9 @@ if test -f AUTHORS.txt then - VF=VERSION_FILE.inc + VF=src/VERSION_FILE.inc else - VF=../../../VERSION_FILE.inc + VF=../../VERSION_FILE.inc fi DEF_VER=v0.6 |