diff options
Diffstat (limited to 'Config')
| -rwxr-xr-x | Config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ if [ ! "$NO_INTRO" ] ; then clear ;; esac - . src/version.sh + . $SOURCE_DIR/src/version.sh if [ -d .git ] ; then VERSION=`git describe --tags` echo "#define VERSION_BUILD `echo "$VERSION" | cut -d'-' -f2`" > include/version.h |
