From ee9108e11b6ebcf360a9d844aaa54e3a033e6f41 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 15 May 2006 13:03:44 +0000 Subject: r15619: use source/version.h again I have removed the old files from the unpacked area, so we should not get any problems on the build farm metze (This used to be commit a54f9a4fa83afb66d95ee8488c6aa02f4d92d74b) --- source4/script/mkversion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/script/mkversion.sh b/source4/script/mkversion.sh index c4a6b7c161..908aae8a3d 100755 --- a/source4/script/mkversion.sh +++ b/source4/script/mkversion.sh @@ -8,7 +8,7 @@ if test -z "$VERSION_FILE";then fi if test -z "$OUTPUT_FILE";then - OUTPUT_FILE="include/version.h" + OUTPUT_FILE="version.h" fi SOURCE_DIR=$3 -- cgit