BUG: fix version number

This commit is contained in:
Bill Hoffman 2005-01-26 15:43:49 -05:00
parent 19f977bad7
commit 91578381e8
1 changed files with 1 additions and 1 deletions

View File

@ -1257,7 +1257,7 @@ cmLocalVisualStudio7Generator::WriteProjectStart(std::ostream& fout,
{
if (m_Version == 8)
{
fout << "\tVersion=\"8.0\"\n";
fout << "\tVersion=\"8.00\"\n";
}
else
{