winemaker: Print version in Makefile header.

This commit is contained in:
André Hentschel 2009-04-23 19:07:42 +02:00 committed by Alexandre Julliard
parent 8b26cce8f8
commit f711704cc8
1 changed files with 1 additions and 1 deletions

View File

@ -2230,7 +2230,7 @@ sub generate_project_files($)
return;
}
print FILEO "### Generated by Winemaker\n";
print FILEO "### Generated by Winemaker $version\n";
print FILEO "\n\n";
generate_list("SRCDIR",1,[ "." ]);