r15619: use source/version.h again
authorStefan Metzmacher <metze@samba.org>
Mon, 15 May 2006 13:03:44 +0000 (13:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:07:01 +0000 (14:07 -0500)
I have removed the old files from the unpacked area,
so we should not get any problems on the build farm

metze

source/script/mkversion.sh

index c4a6b7c161593175f9c7f3373f7180c98c091f6b..908aae8a3dfa9b04b8d651ea2cca035239c34dd5 100755 (executable)
@@ -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