@@ -37,19 +37,6 @@ module internal FSharpEnvironment =
3737| s-> Some( s)
3838with _ -> None
3939
40-
41- // The F# team version number. This version number is used for
42- // - the F# version number reported by the fsc.exe and fsi.exe banners in the CTP release
43- // - the F# version number printed in the HTML documentation generator
44- // - the .NET DLL version number for all VS2008 DLLs
45- // - the VS2008 registry key, written by the VS2008 installer
46- // HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework\AssemblyFolders\Microsoft.FSharp-" + FSharpTeamVersionNumber
47- // Also
48- // - for Beta2, the language revision number indicated on the F# language spec
49- //
50- // It is NOT the version number listed on FSharp.Core.dll
51- let FSharpTeamVersionNumber = " 2.0.0.0"
52-
5340// The F# binary format revision number. The first three digits of this form the significant part of the
5441// format revision number for F# binary signature and optimization metadata. The last digit is not significant.
5542//