BUG: fix version number
This commit is contained in:
parent
19f977bad7
commit
91578381e8
|
@ -1257,7 +1257,7 @@ cmLocalVisualStudio7Generator::WriteProjectStart(std::ostream& fout,
|
|||
{
|
||||
if (m_Version == 8)
|
||||
{
|
||||
fout << "\tVersion=\"8.0\"\n";
|
||||
fout << "\tVersion=\"8.00\"\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue