mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
BUG: fix version number
This commit is contained in:
@@ -1257,7 +1257,7 @@ cmLocalVisualStudio7Generator::WriteProjectStart(std::ostream& fout,
|
||||
{
|
||||
if (m_Version == 8)
|
||||
{
|
||||
fout << "\tVersion=\"8.0\"\n";
|
||||
fout << "\tVersion=\"8.00\"\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user