From ff5a337483cd9f212fa0fd0931b3fa12797f55f8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 4 Jul 2011 10:14:27 +1000 Subject: s3-build use common VERSION file for all builds There is no need to have both version files at this point. Andrew Bartlett --- source3/script/mkversion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script') diff --git a/source3/script/mkversion.sh b/source3/script/mkversion.sh index 5ad197dd56..0e4a860363 100755 --- a/source3/script/mkversion.sh +++ b/source3/script/mkversion.sh @@ -4,7 +4,7 @@ VERSION_FILE=$1 OUTPUT_FILE=$2 if test -z "$VERSION_FILE";then - VERSION_FILE="VERSION" + VERSION_FILE="../VERSION" fi if test -z "$OUTPUT_FILE";then -- cgit