Skip to content

Commit b8ae065

Browse files
committed
Release OpenBLAS Native Provider v0.2.0 (rev 1, linear algebra v1.0)
1 parent 2662df1 commit b8ae065

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

RELEASENOTES-OpenBLAS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
### 0.1.0-alpha - TBA
1+
### 0.2.0 - 2015-09-26
22
* Initial version

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ let provideDocExtraFiles() =
745745
for (fileName, docName, title) in releaseNotesDocs do
746746
String.concat Environment.NewLine
747747
[ "# " + 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)"
749749
""
750750
ReadFileAsString fileName ]
751751
|> ReplaceFile ("docs/content" </> docName)

src/NativeProviders/OpenBLAS/resource.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
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
5656
FILEFLAGSMASK 0x17L
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -70,12 +70,12 @@ BEGIN
7070
VALUE "Comments", "http://numerics.mathdotnet.com/"
7171
VALUE "CompanyName", "Math.NET"
7272
VALUE "FileDescription", "MathNET Numerics OpenBLAS Native Provider"
73-
VALUE "FileVersion", "0.1.0.0"
73+
VALUE "FileVersion", "0.2.0.0"
7474
VALUE "InternalName", "Math.NET"
7575
VALUE "LegalCopyright", "Copyright (C) Math.NET 2009-2015"
7676
VALUE "OriginalFilename", "MathNet.Numerics.OpenBLAS"
7777
VALUE "ProductName", "Math.NET Numerics"
78-
VALUE "ProductVersion", "0.1.0.0"
78+
VALUE "ProductVersion", "0.2.0.0"
7979
END
8080
END
8181
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)