Browse Source

BUG: fix version number

Bill Hoffman 21 years ago
parent
commit
91578381e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmLocalVisualStudio7Generator.cxx

+ 1 - 1
Source/cmLocalVisualStudio7Generator.cxx

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