svn commit: samba r15619 - in branches/SAMBA_4_0/source/script: .

metze at samba.org metze at samba.org
Mon May 15 13:03:44 GMT 2006


Author: metze
Date: 2006-05-15 13:03:44 +0000 (Mon, 15 May 2006)
New Revision: 15619

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15619

Log:
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
Modified:
   branches/SAMBA_4_0/source/script/mkversion.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/mkversion.sh
===================================================================
--- branches/SAMBA_4_0/source/script/mkversion.sh	2006-05-15 12:50:47 UTC (rev 15618)
+++ branches/SAMBA_4_0/source/script/mkversion.sh	2006-05-15 13:03:44 UTC (rev 15619)
@@ -8,7 +8,7 @@
 fi
 
 if test -z "$OUTPUT_FILE";then
-	OUTPUT_FILE="include/version.h"
+	OUTPUT_FILE="version.h"
 fi
 
 SOURCE_DIR=$3



More information about the samba-cvs mailing list