File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/NativeProviders/OpenBLAS Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- ### 0.1.0-alpha - TBA
1
+ ### 0.2.0 - 2015-09-26
2
2
* Initial version
Original file line number Diff line number Diff line change @@ -745,7 +745,7 @@ let provideDocExtraFiles() =
745
745
for ( fileName, docName, title) in releaseNotesDocs do
746
746
String.concat Environment.NewLine
747
747
[ " # " + title
748
- " [Math.NET Numerics](ReleaseNotes.html) | [Data Extensions](ReleaseNotes-Data.html) | [MKL Native Provider](ReleaseNotes-MKL.html)"
748
+ " [Math.NET Numerics](ReleaseNotes.html) | [Data Extensions](ReleaseNotes-Data.html) | [MKL Native Provider](ReleaseNotes-MKL.html) | [OpenBLAS Native Provider](ReleaseNotes-OpenBLAS.html) "
749
749
" "
750
750
ReadFileAsString fileName ]
751
751
|> ReplaceFile ( " docs/content" </> docName)
Original file line number Diff line number Diff line change 51
51
//
52
52
53
53
VS_VERSION_INFO VERSIONINFO
54
- FILEVERSION 0,1 ,0,0
55
- PRODUCTVERSION 0,1 ,0,0
54
+ FILEVERSION 0,2 ,0,0
55
+ PRODUCTVERSION 0,2 ,0,0
56
56
FILEFLAGSMASK 0x17L
57
57
#ifdef _DEBUG
58
58
FILEFLAGS 0x1L
@@ -70,12 +70,12 @@ BEGIN
70
70
VALUE "Comments", "http://numerics.mathdotnet.com/"
71
71
VALUE "CompanyName", "Math.NET"
72
72
VALUE "FileDescription", "MathNET Numerics OpenBLAS Native Provider"
73
- VALUE "FileVersion", "0.1 .0.0"
73
+ VALUE "FileVersion", "0.2 .0.0"
74
74
VALUE "InternalName", "Math.NET"
75
75
VALUE "LegalCopyright", "Copyright (C) Math.NET 2009-2015"
76
76
VALUE "OriginalFilename", "MathNet.Numerics.OpenBLAS"
77
77
VALUE "ProductName", "Math.NET Numerics"
78
- VALUE "ProductVersion", "0.1 .0.0"
78
+ VALUE "ProductVersion", "0.2 .0.0"
79
79
END
80
80
END
81
81
BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments